File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ jobs:
66
66
- run : cargo test --no-default-features
67
67
- run : cargo test --no-default-features --features "libbacktrace"
68
68
- 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"
69
71
- run : cargo test --no-default-features --features "std"
70
72
- run : cargo test --manifest-path crates/cpp_smoke_test/Cargo.toml
71
73
- run : cargo test --manifest-path crates/macos_frames_test/Cargo.toml
72
74
- 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
74
76
- run : cargo test --manifest-path crates/line-tables-only/Cargo.toml --features libbacktrace
75
77
- run : cargo test --manifest-path crates/line-tables-only/Cargo.toml --features gimli-symbolize
76
78
Original file line number Diff line number Diff line change @@ -7,14 +7,7 @@ edition = "2018"
7
7
[dependencies .backtrace ]
8
8
path = " ../.."
9
9
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' ]
18
11
19
12
[profile .dev ]
20
13
debug = false
You can’t perform that action at this time.
0 commit comments