Skip to content

Commit

Permalink
Update unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahdah committed Nov 22, 2024
1 parent bbc7ec3 commit f4c5ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [main]
jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install .
- name: Test with pytest
run: |
pytest --exitfirst

0 comments on commit f4c5ace

Please sign in to comment.