We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cross
just
1 parent e1ca5c1 commit e2fe9f0Copy full SHA for e2fe9f0
.github/workflows/ci.yml
@@ -334,7 +334,12 @@ jobs:
334
335
strategy:
336
matrix:
337
- target: [ armv7-linux-androideabi, s390x-unknown-linux-gnu ]
+ nickname: [ android, s390x ]
338
+ include:
339
+ - nickname: android
340
+ target: armv7-linux-androideabi
341
+ - nickname: s390x
342
+ target: s390x-unknown-linux-gnu
343
fail-fast: false
344
345
steps:
@@ -356,7 +361,7 @@ jobs:
356
361
- name: Test (unit)
357
362
env:
358
363
RUST_BACKTRACE: '1'
359
- run: just cross-test ${{ matrix.target }}
364
+ run: just cross-test-${{ matrix.nickname }}
360
365
366
lint:
367
runs-on: ubuntu-latest
0 commit comments