Skip to content

Commit 5cbcaa0

Browse files
Update CI workflow to make use of new testing target
1 parent bb4c9f4 commit 5cbcaa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Test C++
8282
run: |
8383
cd build
84-
make test
84+
make -j check
8585
8686
- name: Install Python Bindings
8787
run: python3 -m pip install -e ./build/python[test,pysmt]

0 commit comments

Comments
 (0)