Skip to content

Commit

Permalink
Update CI workflow to make use of new testing target
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Sep 16, 2024
1 parent bb4c9f4 commit 5cbcaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Test C++
run: |
cd build
make test
make -j check
- name: Install Python Bindings
run: python3 -m pip install -e ./build/python[test,pysmt]
Expand Down

0 comments on commit 5cbcaa0

Please sign in to comment.