Skip to content

Commit

Permalink
Refactor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Dec 13, 2023
1 parent b1d7e17 commit b8f79ec
Show file tree
Hide file tree
Showing 7 changed files with 2,168 additions and 2,640 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
307 changes: 0 additions & 307 deletions .github/workflows/rust-compile.yml

This file was deleted.

Loading

0 comments on commit b8f79ec

Please sign in to comment.