Skip to content

Commit de27df7

Browse files
committed
Delete CI use of --features=backtrace
1 parent 9b67e5d commit de27df7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
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:
@@ -78,7 +77,7 @@ jobs:
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
@@ -91,7 +90,7 @@ jobs:
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

0 commit comments

Comments
 (0)