File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040 if : matrix.rust == 'nightly'
4141 - run : cargo test
4242 - run : cargo check --no-default-features
43- - run : cargo check --features backtrace
44- if : matrix.rust != '1.80.0' && matrix.rust != '1.76.0'
43+ - run : cargo check
4544 - uses : actions/upload-artifact@v6
4645 if : matrix.rust == 'nightly' && always()
4746 with :
7877 - uses : actions/checkout@v6
7978 - uses : dtolnay/rust-toolchain@nightly
8079 - run : cargo generate-lockfile -Z minimal-versions
81- - run : cargo check --locked --features backtrace
80+ - run : cargo check --locked
8281
8382 windows :
8483 name : Windows
9190 - uses : dtolnay/rust-toolchain@stable
9291 with :
9392 components : rust-src
94- - run : cargo check --features backtrace
93+ - run : cargo check
9594
9695 doc :
9796 name : Documentation
You can’t perform that action at this time.
0 commit comments