Skip to content

Pass target as an actual Make goal to 'make -pq' (#9) #73

Pass target as an actual Make goal to 'make -pq' (#9)

Pass target as an actual Make goal to 'make -pq' (#9) #73

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test-cli:
name: Test CLI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install package
run: |
python -m pip install .[test]
- name: Run tests
run: pytest