Skip to content

Commit d56b39a

Browse files
committed
Remove more
Signed-off-by: Xuanwo <[email protected]>
1 parent bca15dd commit d56b39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: integration-tests
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33

44
env:
55
RUST_BACKTRACE: full
@@ -812,7 +812,7 @@ jobs:
812812
env:
813813
RUSTC_WRAPPER: /home/runner/.cargo/bin/sccache
814814
CARGO_INCREMENTAL: "0"
815-
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
815+
RUSTFLAGS: "-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
816816
RUSTDOCFLAGS: "-Cpanic=abort"
817817

818818
steps:

0 commit comments

Comments
 (0)