Skip to content

Commit

Permalink
Restore sanitizers to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Jan 23, 2025
1 parent a6140b6 commit 60b9b10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,9 @@ jobs:
- name: Integration Tests - Hybrid
run: cargo test --release --test "hybrid" --no-default-features --features "cli compact-gate web-app real-world-infra test-fixture relaxed-dp"

# sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699,
# and are broken on ubuntu 24.04 https://github.com/rust-lang/rust/issues/111073#issuecomment-2561607617
# sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699
sanitize:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 60b9b10

Please sign in to comment.