Skip to content

Commit

Permalink
Merge branch 'remove-nightly'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Oct 10, 2024
2 parents 6dd99fd + 94daff9 commit dc55eac
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,6 @@ jobs:
sudo apt-get install -y libudev-dev
./ci.sh
Nightly:
name: Test - nightly toolchain
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Enable simulators caching
uses: actions/cache@v4
with:
key: ${{runner.os}}-simulators-cache-${{hashFiles('./tests/simulators.json')}}
path: |
./tests/simulators
- run: |
sudo apt-get update
sudo apt-get install -y libudev-dev
./ci.sh
WASM:
name: WASM and Sandbox
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc55eac

Please sign in to comment.