We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dd99fd + 94daff9 commit dc55eacCopy full SHA for dc55eac
.github/workflows/rust.yml
@@ -45,28 +45,6 @@ jobs:
45
sudo apt-get install -y libudev-dev
46
./ci.sh
47
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
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
70
WASM:
71
name: WASM and Sandbox
72
runs-on: ubuntu-latest
0 commit comments