Skip to content

Commit

Permalink
Merge pull request #54 from TheoMF/check_in_CI_#53
Browse files Browse the repository at this point in the history
use check argument in CI
  • Loading branch information
nim65s authored Aug 16, 2023
2 parents 55097d4 + ca3869f commit 726bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Install gepetuto and its dependencies
run: python -m pip install -U pip && python -m pip install .
- name: check with gepetuto
run: cd tests && gepetuto -vva all
run: cd tests && gepetuto -vvca all
- name: run unit tests
run: cd tests && python -m unittest

0 comments on commit 726bacf

Please sign in to comment.