File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ jobs:
108
108
steps :
109
109
- name : Checkout repository
110
110
uses : actions/checkout@v1
111
- submodules : recursive
111
+ with :
112
+ submodules : recursive
112
113
113
114
- name : Install FoundationDB
114
115
uses : Clikengo/foundationdb-actions-install@v1
@@ -135,7 +136,8 @@ jobs:
135
136
steps :
136
137
- name : Checkout repository
137
138
uses : actions/checkout@v1
138
- submodules : recursive
139
+ with :
140
+ submodules : recursive
139
141
140
142
- name : Install FoundationDB
141
143
uses : Clikengo/foundationdb-actions-install@v1
@@ -179,7 +181,7 @@ jobs:
179
181
args : -p bindingtester
180
182
env :
181
183
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 "
183
185
184
186
- name : Test
185
187
uses : actions-rs/cargo@v1
@@ -189,7 +191,7 @@ jobs:
189
191
env :
190
192
CARGO_INCREMENTAL : " 0"
191
193
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 "
193
195
194
196
- name : Run bindingtester
195
197
run : scripts/run_bindingtester.sh
You can’t perform that action at this time.
0 commit comments