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 bca15dd commit d56b39aCopy full SHA for d56b39a
.github/workflows/integration-tests.yml
@@ -1,5 +1,5 @@
1
name: integration-tests
2
-on: [push, pull_request]
+on: [ push, pull_request ]
3
4
env:
5
RUST_BACKTRACE: full
@@ -812,7 +812,7 @@ jobs:
812
813
RUSTC_WRAPPER: /home/runner/.cargo/bin/sccache
814
CARGO_INCREMENTAL: "0"
815
- RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
+ RUSTFLAGS: "-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
816
RUSTDOCFLAGS: "-Cpanic=abort"
817
818
steps:
0 commit comments