Skip to content

Commit 4d26f5a

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 1698a0b commit 4d26f5a

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
@@ -314,7 +314,12 @@ jobs:
314314

315315
strategy:
316316
matrix:
317-
target: [ armv7-linux-androideabi, s390x-unknown-linux-gnu ]
317+
nickname: [ android, s390x ]
318+
include:
319+
- nickname: android
320+
target: armv7-linux-androideabi
321+
- nickname: s390x
322+
target: s390x-unknown-linux-gnu
318323
fail-fast: false
319324

320325
steps:
@@ -336,7 +341,7 @@ jobs:
336341
- name: Test (unit)
337342
env:
338343
RUST_BACKTRACE: '1'
339-
run: just cross-test ${{ matrix.target }}
344+
run: just cross-test-${{ matrix.nickname }}
340345

341346
lint:
342347
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)