Skip to content

Commit

Permalink
Temporarily disable C++ tests to see Python build results in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jul 9, 2024
1 parent 0683ce0 commit 1664adf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
cd build
make -j
- name: Test C++
run: |
cd build
make test
# - name: Test C++
# run: |
# cd build
# make test

- name: Install Python Bindings
run: python3 -m pip install -e ./build/python[test,pysmt]
Expand Down

0 comments on commit 1664adf

Please sign in to comment.