Skip to content

Commit

Permalink
Temporarily disable compact-gate checks (#1057)
Browse files Browse the repository at this point in the history
We are working towards reducing the total number of steps (#1056 is the step in that direction) and compact gate rearchitecture (#961) in parallel. The old compact gate gets broken because of that but there is no real reason to fix it.

To avoid red CI, this temporarily disables compact gate checks until #961 is merged
  • Loading branch information
akoshelev authored May 13, 2024
1 parent aba68f3 commit bf75126
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ jobs:
- name: Run arithmetic bench
run: cargo bench --bench oneshot_arithmetic --no-default-features --features "enable-benches descriptive-gate"

- name: Run compact gate tests
run: cargo test --no-default-features --features "cli web-app real-world-infra test-fixture compact-gate"
# disabled until 961 is merged
# - name: Run compact gate tests
# run: cargo test --no-default-features --features "cli web-app real-world-infra test-fixture compact-gate"

# sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699
sanitize:
Expand Down

0 comments on commit bf75126

Please sign in to comment.