Skip to content

Commit

Permalink
update pre-commit and github check.yaml to use correct flags for hybr…
Browse files Browse the repository at this point in the history
…id test
  • Loading branch information
eriktaubeneck committed Dec 6, 2024
1 parent 48cad75 commit 299b1bd
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 test-fixture"
run: cargo test --release --test "hybrid" --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 test-fixture"
cargo test --release --test "hybrid" --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 299b1bd

Please sign in to comment.