We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cross
just
1 parent 310a012 commit c36c4afCopy full SHA for c36c4af
.github/workflows/ci.yml
@@ -314,7 +314,12 @@ jobs:
314
315
strategy:
316
matrix:
317
- target: [ armv7-linux-androideabi, s390x-unknown-linux-gnu ]
+ nickname: [ android, s390x ]
318
+ include:
319
+ - nickname: android
320
+ target: armv7-linux-androideabi
321
+ - nickname: s390x
322
+ target: s390x-unknown-linux-gnu
323
fail-fast: false
324
325
steps:
@@ -336,7 +341,7 @@ jobs:
336
341
- name: Test (unit)
337
342
env:
338
343
RUST_BACKTRACE: '1'
339
- run: just cross-test ${{ matrix.target }}
344
+ run: just cross-test-${{ matrix.nickname }}
340
345
346
lint:
347
runs-on: ubuntu-latest
0 commit comments