Skip to content

[pre-commit.ci] pre-commit autoupdate #160

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #160

Workflow file for this run

name: C/C++ CI
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: install deps
run: |
pip install -r tests/requirements.txt
- name: run tests
run: |
cd tests
python builder.py
pytest -svv --hypothesis-show-statistics
- name: upload to coverallz
run: cpp-coveralls