Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bumped nightly to miri
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Mar 5, 2022
1 parent de4f3da commit c52abe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-03-02
toolchain: nightly-2022-03-03
override: true
- uses: Swatinem/rust-cache@v1
with:
Expand All @@ -99,7 +99,7 @@ jobs:
submodules: true # needed to test IPC, which are located in a submodule
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-03-02
toolchain: nightly-2022-03-03
override: true
- uses: Swatinem/rust-cache@v1
with:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-03-02
toolchain: nightly-2022-03-03
override: true
- uses: Swatinem/rust-cache@v1
- name: Run
Expand Down

0 comments on commit c52abe0

Please sign in to comment.