Skip to content

Commit

Permalink
#448 Fixed typo in triggering the example tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jul 18, 2024
1 parent f43777e commit a1189f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
LC_ALL=POSIX pytest --cov=fparser --cov-report=xml src/fparser
- name: Test examples
run: |
make -C example test src/fparser
make -C example test
- name: Upload coverage to Codecov with GitHub Action
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit a1189f7

Please sign in to comment.