Skip to content

Commit

Permalink
ci: Reorder cross test arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matan Kushner committed Jul 14, 2019
1 parent 8ff8900 commit 10b5e0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -44,7 +44,6 @@ jobs:
name: cargo_cross
displayName: Cross check and test
test_targets:
- mips-unknown-linux-gnu
- armv7-unknown-linux-musleabihf
- x86_64-unknown-linux-gnu

Expand Down
2 changes: 1 addition & 1 deletion ci/cargo-cross.yml
Expand Up @@ -20,5 +20,5 @@ jobs:

# Testing targets
- ${{ each test_target in parameters.test_targets }}:
- script: cross test --target ${{ test_target }} --include-ignored
- script: cross test -- --include-ignored --target ${{ test_target }}
- script: cargo clean

0 comments on commit 10b5e0f

Please sign in to comment.