Skip to content

Commit 3af3ec7

Browse files
committed
Tweak some CI testing
1 parent 40f3954 commit 3af3ec7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ jobs:
6666
- run: cargo test --no-default-features
6767
- run: cargo test --no-default-features --features "libbacktrace"
6868
- run: cargo test --no-default-features --features "gimli-symbolize"
69+
- run: cargo test --no-default-features --features "libbacktrace std"
70+
- run: cargo test --no-default-features --features "gimli-symbolize std"
6971
- run: cargo test --no-default-features --features "std"
7072
- run: cargo test --manifest-path crates/cpp_smoke_test/Cargo.toml
7173
- run: cargo test --manifest-path crates/macos_frames_test/Cargo.toml
7274
- run: cargo test --features libbacktrace --manifest-path crates/without_debuginfo/Cargo.toml
73-
- run: cargo test --features "libbacktrace gimli-symbolize" --manifest-path crates/without_debuginfo/Cargo.toml
75+
- run: cargo test --features gimli-symbolize --manifest-path crates/without_debuginfo/Cargo.toml
7476
- run: cargo test --manifest-path crates/line-tables-only/Cargo.toml --features libbacktrace
7577
- run: cargo test --manifest-path crates/line-tables-only/Cargo.toml --features gimli-symbolize
7678

crates/without_debuginfo/Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ edition = "2018"
77
[dependencies.backtrace]
88
path = "../.."
99
default-features = false
10-
features = [
11-
# make sure a trace can be acquired
12-
'libunwind',
13-
'dbghelp',
14-
15-
# Yes, we have `std`
16-
'std',
17-
]
10+
features = ['std']
1811

1912
[profile.dev]
2013
debug = false

0 commit comments

Comments
 (0)