We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cross
just
1 parent a510b22 commit b1a696eCopy full SHA for b1a696e
.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