Skip to content

Commit

Permalink
attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 2, 2024
1 parent 46aea5c commit 4bdbef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cadical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: cargo build -p rustsat-cadical --verbose
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ fromJSON('["", "4"]')[matrix.os == 'macos-latest'] }}
- name: Clean
run: cargo clean -p rustsat --verbose
- name: Cargo test
run: cargo test -p rustsat-cadical --verbose
env:
Expand Down

0 comments on commit 4bdbef7

Please sign in to comment.