Skip to content

Commit 803d054

Browse files
committed
Adjust cross CI jobs for changed just recipe syntax
Also, since `--test-threads 1` didn't reveal anything different locally, this uses the nicknamed convenience recipes.
1 parent e88e635 commit 803d054

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,12 @@ jobs:
334334

335335
strategy:
336336
matrix:
337-
target: [ armv7-linux-androideabi, s390x-unknown-linux-gnu ]
337+
nickname: [ android, s390x ]
338+
include:
339+
- nickname: android
340+
target: armv7-linux-androideabi
341+
- nickname: s390x
342+
target: s390x-unknown-linux-gnu
338343
fail-fast: false
339344

340345
steps:
@@ -356,7 +361,7 @@ jobs:
356361
- name: Test (unit)
357362
env:
358363
RUST_BACKTRACE: '1'
359-
run: just cross-test ${{ matrix.target }}
364+
run: just cross-test-${{ matrix.nickname }}
360365

361366
lint:
362367
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)