Skip to content

Bump actions/checkout from v2 to v3 #22

Bump actions/checkout from v2 to v3

Bump actions/checkout from v2 to v3 #22

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make build
- run: |
make test
make test -e PYTEST_OPTS='--workers auto'