Skip to content

Commit

Permalink
Diff version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 5, 2023
1 parent 8132b04 commit 38f94f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# Switch back to stable when 1.73.0 is released
- name: Get latest version of nightly rust
run: |
rustup install nightly-2023-07-31
rustup default nightly-2023-07-31
rustup install nightly-2023-08-01
rustup default nightly-2023-08-01
- name: Build and Test (minimal preset)
working-directory: bindings/rust
run: cargo test --all --release --features="minimal-spec" --tests
Expand Down

0 comments on commit 38f94f3

Please sign in to comment.