Skip to content

Commit dc55eac

Browse files
committed
Merge branch 'remove-nightly'
2 parents 6dd99fd + 94daff9 commit dc55eac

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,6 @@ jobs:
4545
sudo apt-get install -y libudev-dev
4646
./ci.sh
4747
48-
49-
Nightly:
50-
name: Test - nightly toolchain
51-
runs-on: ubuntu-latest
52-
strategy:
53-
fail-fast: false
54-
steps:
55-
- uses: actions/checkout@v3
56-
- uses: dtolnay/rust-toolchain@nightly
57-
with:
58-
components: clippy, rustfmt
59-
- name: Enable simulators caching
60-
uses: actions/cache@v4
61-
with:
62-
key: ${{runner.os}}-simulators-cache-${{hashFiles('./tests/simulators.json')}}
63-
path: |
64-
./tests/simulators
65-
- run: |
66-
sudo apt-get update
67-
sudo apt-get install -y libudev-dev
68-
./ci.sh
69-
7048
WASM:
7149
name: WASM and Sandbox
7250
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)