-
Notifications
You must be signed in to change notification settings - Fork 50
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
7 changed files
with
2,168 additions
and
2,640 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 |
---|---|---|
|
@@ -30,11 +30,10 @@ jobs: | |
- uses: Swatinem/rust-cache@v2 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.70.0 | ||
toolchain: 1.73.0 | ||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.5.0 | ||
cache: true | ||
pixi-version: v0.10.0 | ||
# build in release mode so that it's reasonably fast to run the tests | ||
- run: cargo build --release | ||
- run: cargo test -p rust-tests -- --test-threads 1 | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.