File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ os = "ubuntu-latest"
172172target = " loongarch64-unknown-linux-gnu"
173173release-name = " loongarch64-linux"
174174tool = " cross"
175- skip-test = true
175+ # skip-test = true
176176extra-args = " --no-default-features --features ring"
177177
178178# ==================== MIPS Targets ====================
@@ -183,12 +183,12 @@ target = "mips-unknown-linux-musl"
183183tool = " cross"
184184extra-args = " --no-default-features --features ring"
185185build-std = true
186- skip-test = true
186+ # skip-test = true
187187
188188# MIPSEL (little-endian) Linux (MUSL - statically linked)
189189[[target ]]
190190target = " mipsel-unknown-linux-musl"
191191tool = " cross"
192192extra-args = " --no-default-features --features ring"
193193build-std = true
194- skip-test = true
194+ # skip-test = true
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 with :
150150 tool : ${{ matrix.tool }}
151151 command : test
152- args : --all --target ${{ matrix.target }} ${{ matrix.extra-args }} -- --nocapture
152+ args : --all --target ${{ matrix.target }} ${{ matrix.build-std && '-Z build-std=std,panic_abort' || '' }} ${{ matrix. extra-args }} -- --nocapture
153153 env :
154154 CROSS_CONTAINER_OPTS : " --network host"
155155 RUSTFLAGS : ${{ matrix.rustflags }} ${{ inputs.rustflags }}
You can’t perform that action at this time.
0 commit comments