Skip to content

Commit

Permalink
no default features for hybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Dec 6, 2024
1 parent 299b1bd commit 1d76fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 1d76fe6

Please sign in to comment.