Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
  • Loading branch information
FL03 committed Apr 5, 2024
1 parent 3ace0ec commit fbf9722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- uses: actions/checkout@v4
- name: setup (langspace)
run: |
rustup update
rustup default ${{ matrix.toolchain }}
rustup update
- name: Test
run: cargo test --all-features -v --workspace
bench:
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- name: setup (langspace)
run: |
rustup update
rustup default nightly
rustup update
- name: Bench
run: cargo bench --all --features full -v

0 comments on commit fbf9722

Please sign in to comment.