Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Jul 30, 2024
1 parent dd4f73e commit 3241b23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
- name: Run check
run: cargo check --release --verbose
- name: Run tests
# Tests started failing with rustc 1.81.0-nightly (5affbb171 2024-07-18)
# previously was ok with rustc 1.81.0-nightly (fcc325f1b 2024-07-17)
# Initialized logging with log level DEBUG
# fatal runtime error: thread::set_current should only be called once per thread
if: ${{ matrix.rust != 'nightly' }}
run: cargo test --release --verbose

# Do a tests with and without -j, because the internal modes of operation are quite different
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ ctor = "0.1"
lto = true
opt-level = "z"
codegen-units = 1
panic = "abort"

[build-dependencies]
anyhow = "1.0.12"
Expand Down

0 comments on commit 3241b23

Please sign in to comment.