Skip to content

Commit

Permalink
ci: skip cargo test for m1 (foundry-rs#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jun 22, 2022
1 parent d78e49a commit 64aac09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

- name: Run tests
uses: actions-rs/cargo@v1
if: ${{ matrix.job.target != 'aarch64-apple-darwin' }}
with:
use-cross: ${{ matrix.job.use-cross }}
command: test
Expand Down

0 comments on commit 64aac09

Please sign in to comment.