File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 run : cargo +nightly generate-lockfile -Zminimal-versions
27272828 # Note that examples are extempt from the MSRV check, so that they can use newer Rust features
29- - run : cargo check --workspace --features ${{ matrix.target.backend }},${{ matrix.features }} --no-default-features
29+ - run : cargo check --workspace --features ${{matrix.target.backend}},${{matrix.features}} --no-default-features
3030
3131 test :
3232 name : Test Suite
4747 steps :
4848 - uses : actions/checkout@v4
4949 - name : Cargo test all targets
50- run : cargo test --workspace --all-targets --features visualizer,${{ matrix.target.backend }},${{ matrix.features }} --no-default-features
50+ run : cargo test --workspace --all-targets --features visualizer,${{matrix.target.backend}},${{matrix.features}} --no-default-features
5151 - name : Cargo test docs
52- run : cargo test --workspace --doc --features visualizer,${{ matrix.target.backend }},${{ matrix.features }} --no-default-features
52+ run : cargo test --workspace --doc --features visualizer,${{matrix.target.backend}},${{matrix.features}} --no-default-features
5353
5454 fmt :
5555 name : Rustfmt
7878 steps :
7979 - uses : actions/checkout@v4
8080 - name : Cargo clippy
81- run : cargo clippy --workspace --all-targets --features visualizer,${{ matrix.target.backend }},${{ matrix.features }} --no-default-features -- -D warnings
81+ run : cargo clippy --workspace --all-targets --features visualizer,${{matrix.target.backend}},${{matrix.features}} --no-default-features -- -D warnings
8282
8383 doc :
8484 name : Build documentation
You can’t perform that action at this time.
0 commit comments