Skip to content

Commit

Permalink
clean rustsat package as ci workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 2, 2024
1 parent 46aea5c commit 1e222fa
Show file tree
Hide file tree
Showing 4 changed files with 8 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 to work around issues
run: cargo clean -p rustsat --verbose
- name: Cargo test
run: cargo test -p rustsat-cadical --verbose
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/glucose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: cargo build -p rustsat-glucose --verbose
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ fromJSON('["", "4"]')[matrix.os == 'macos-latest'] }}
- name: Clean to work around issues
run: cargo clean -p rustsat --verbose
- name: Cargo test
run: cargo test -p rustsat-glucose --verbose
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kissat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: cargo build -p rustsat-kissat --verbose
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ fromJSON('["", "4"]')[matrix.os == 'macos-latest'] }}
- name: Clean to work around issues
run: cargo clean -p rustsat --verbose
- name: Cargo test
run: cargo test -p rustsat-kissat --verbose
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/minisat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: cargo build -p rustsat-minisat --verbose
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ fromJSON('["", "4"]')[matrix.os == 'macos-latest'] }}
- name: Clean to work around issues
run: cargo clean -p rustsat --verbose
- name: Cargo test
run: cargo test -p rustsat-minisat --verbose
env:
Expand Down

0 comments on commit 1e222fa

Please sign in to comment.