Skip to content

Commit db95934

Browse files
committed
fix ci
1 parent de83776 commit db95934

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
steps:
109109
- name: Checkout repository
110110
uses: actions/checkout@v1
111-
submodules: recursive
111+
with:
112+
submodules: recursive
112113

113114
- name: Install FoundationDB
114115
uses: Clikengo/foundationdb-actions-install@v1
@@ -135,7 +136,8 @@ jobs:
135136
steps:
136137
- name: Checkout repository
137138
uses: actions/checkout@v1
138-
submodules: recursive
139+
with:
140+
submodules: recursive
139141

140142
- name: Install FoundationDB
141143
uses: Clikengo/foundationdb-actions-install@v1
@@ -179,7 +181,7 @@ jobs:
179181
args: -p bindingtester
180182
env:
181183
CARGO_INCREMENTAL: "0"
182-
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
184+
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
183185

184186
- name: Test
185187
uses: actions-rs/cargo@v1
@@ -189,7 +191,7 @@ jobs:
189191
env:
190192
CARGO_INCREMENTAL: "0"
191193
RUST_BACKTRACE: 1
192-
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
194+
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
193195

194196
- name: Run bindingtester
195197
run: scripts/run_bindingtester.sh

0 commit comments

Comments
 (0)