Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 9, 2025
1 parent 99f5c93 commit 6bed726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
rust: [nightly, beta, stable, 1.82.0, 1.77.0, 1.74.0, 1.73.0]
os: [ubuntu]
flags: ['']
include:
- name: Cargo on macOS
rust: nightly
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Alinker_messages >> $GITHUB_ENV
if: matrix.os == 'macos'
- run: cargo run --manifest-path demo/Cargo.toml
if: matrix.flags != '-std=c++11'
- run: cargo test --workspace ${{steps.testsuite.outputs.exclude}}
if: matrix.rust != '1.74.0' && matrix.rust != '1.73.0'
- run: cargo check --no-default-features --features alloc
Expand Down

0 comments on commit 6bed726

Please sign in to comment.