Skip to content

Commit

Permalink
Tweak Mac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed May 5, 2024
1 parent 473c80d commit 60513eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-apple-darwin
- run: cargo test --release
- run: cargo test --release --target x86_64-apple-darwin
2 changes: 1 addition & 1 deletion .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-apple-darwin
- run: cargo test --release
- run: cargo test --release --target x86_64-apple-darwin

# Cross-compiled tests
cross:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-apple-darwin
- run: cargo test --release
- run: cargo test --release --target x86_64-apple-darwin

# Cross-compiled tests
cross:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-apple-darwin
- run: cargo test --release
- run: cargo test --release --target x86_64-apple-darwin

0 comments on commit 60513eb

Please sign in to comment.