Skip to content

Commit

Permalink
Enforced Nightly toolchain for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Feb 19, 2024
1 parent 781a0ae commit 004978c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
override: true
profile: minimal

- name: Perform Build
run: |
cargo +nightly build --release
- uses: Swatinem/rust-cache@v2
with:
# The prefix cache key, this can be changed to start a new cache manually.
Expand Down Expand Up @@ -85,6 +81,11 @@ jobs:
# default: "github"
cache-provider: "github"

- name: Perform Build
run: |
cargo +nightly build --release
test:
runs-on: ubuntu-latest
needs: build-env
Expand All @@ -95,4 +96,4 @@ jobs:

- name: Perform Test
run: |
cargo test --release
cargo +nightly test --release

0 comments on commit 004978c

Please sign in to comment.