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 9b67e5d commit de27df7Copy full SHA for de27df7
1 file changed
.github/workflows/ci.yml
@@ -40,8 +40,7 @@ jobs:
40
if: matrix.rust == 'nightly'
41
- run: cargo test
42
- run: cargo check --no-default-features
43
- - run: cargo check --features backtrace
44
- if: matrix.rust != '1.80.0' && matrix.rust != '1.76.0'
+ - run: cargo check
45
- uses: actions/upload-artifact@v6
46
if: matrix.rust == 'nightly' && always()
47
with:
@@ -78,7 +77,7 @@ jobs:
78
77
- uses: actions/checkout@v6
79
- uses: dtolnay/rust-toolchain@nightly
80
- run: cargo generate-lockfile -Z minimal-versions
81
- - run: cargo check --locked --features backtrace
+ - run: cargo check --locked
82
83
windows:
84
name: Windows
@@ -91,7 +90,7 @@ jobs:
91
90
- uses: dtolnay/rust-toolchain@stable
92
93
components: rust-src
94
95
96
doc:
97
name: Documentation
0 commit comments