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 1698a0b commit 4d26f5aCopy full SHA for 4d26f5a
.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