Skip to content

Commit

Permalink
Test fmt-debug=none
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 8, 2024
1 parent 85308d7 commit d0a2f80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: -Zfmt-debug=none
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-unknown-none
- run: cargo test --no-default-features
Expand Down

0 comments on commit d0a2f80

Please sign in to comment.