Skip to content

Commit

Permalink
Test Nightly v7
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuthaDev committed Jan 2, 2025
1 parent 9fb7f08 commit c21d6d8
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,21 +341,15 @@ jobs:

- name: Install grcov
if: ${{ env.RUN_TESTS == 'true' }}
uses: taiki-e/[email protected]
with:
tool: grcov
checksum: true
run: cargo install grcov
# uses: taiki-e/[email protected]
# with:
# tool: grcov
# checksum: true

- name: Install Rust Nightly
if: ${{ env.RUN_TESTS == 'true' }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-01-02

- name: Stable Rust Default
if: ${{ env.RUN_TESTS == 'true' }}
run: rustup default stable

run: rustup toolchain install nightly-2025-01-02

- name: Install sccache
if: ${{ env.RUN_TESTS == 'true' }}
Expand Down

0 comments on commit c21d6d8

Please sign in to comment.