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 8e81ea8 commit 2f3b57fCopy full SHA for 2f3b57f
.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
175
# leak sanitization, but we don't care about backtraces here, so long
176
# as the other tests have them.
177
RUST_BACKTRACE: "0"
178
- run: cargo -Z build-std test --workspace --target x86_64-unknown-linux-gnu
+ run: cargo -Z build-std test --workspace --target x86_64-unknown-linux-gnu --exclude autocxx-macro
179
180
force-wrapper-generation:
181
name: Test forcing wrapper generation
0 commit comments