diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 18470cdec..c437968ce 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -182,7 +182,7 @@ jobs: run: cargo test --release --test "helper_networks" --no-default-features --features "cli web-app real-world-infra test-fixture compact-gate" - name: Integration Tests - Hybrid - run: cargo test --release --test "hybrid" --features "cli compact-gate web-app real-world-infra test-fixture relaxed-dp" + run: cargo test --release --test "hybrid" -no-default-features --features "cli compact-gate web-app real-world-infra test-fixture relaxed-dp" - name: Integration Tests - IPA with Relaxed DP run: cargo test --release --test "ipa_with_relaxed_dp" --no-default-features --features "cli web-app real-world-infra test-fixture compact-gate relaxed-dp" diff --git a/pre-commit b/pre-commit index 12ad5a3c0..9a5619875 100755 --- a/pre-commit +++ b/pre-commit @@ -124,7 +124,7 @@ then cargo test --release --test "helper_networks" --no-default-features --features "cli web-app real-world-infra test-fixture compact-gate" check "Slow tests: Hybrid tests" \ - cargo test --release --test "hybrid" --features "cli compact-gate web-app real-world-infra test-fixture relaxed-dp" + cargo test --release --test "hybrid" --no-default-features --features "cli compact-gate web-app real-world-infra test-fixture relaxed-dp" check "Slow tests: IPA with Relaxed DP" \