We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a51982 commit 015376fCopy full SHA for 015376f
.github/workflows/rust.yml
@@ -50,22 +50,7 @@ jobs:
50
runs-on: ubuntu-latest
51
steps:
52
- uses: actions/checkout@v4
53
- - name: Install packages
54
- run: sudo apt-get install xorg-dev libglu1-mesa-dev
55
- - uses: actions-rs/toolchain@v1
56
- with:
57
- toolchain: stable
58
- override: true
59
- - uses: Swatinem/rust-cache@v1
60
- - name: Install cargo-nextest
61
- uses: baptiste0928/cargo-install@v1
62
63
- crate: cargo-nextest
64
- locked: true
65
- - uses: actions-rs/cargo@v1
66
67
- command: nextest
68
- args: run --retries 5 --workspace --failure-output final
+ - run: cargo test --all-features --verbose
69
70
security_audit:
71
name: 👮 Audit
0 commit comments