-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ jobs: | |
# deps and the stated MSRV. 1.70 should work for all | ||
- uses: dtolnay/[email protected] | ||
- run: cargo test --workspace --all-targets --all-features | ||
# Also make sure the AVX2 build works | ||
# Also make sure the build works | ||
- run: cargo build --target x86_64-unknown-linux-gnu | ||
# The PTRS crate has fewer dependencies and a lower msrv | ||
- uses: dtolnay/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters