Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Mar 28, 2024
1 parent 8e5c7f7 commit a71445f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: test
working-directory: ${{github.workspace}}/build
run: |
./tests/test_forwarddiff
valgrind --error-exitcode=1 --leak-check=full ./tests/test_forwarddiff
python ../tests/test_jax.py
./test/test_forwarddiff
valgrind --error-exitcode=1 --leak-check=full ./test/test_forwarddiff
python ../test/test_jax.py

0 comments on commit a71445f

Please sign in to comment.