Skip to content

Commit

Permalink
ci: update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 15, 2023
1 parent c08d987 commit 7de4f40
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
container:
image: kaspar030/riot.rs-build:latest
image: ghcr.io/kaspar030/riot.rs-build:v0.0.1

steps:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.2
with:
version: "v0.4.0-pre.9"
uses: mozilla-actions/sccache-action@v0.0.3

- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
Expand All @@ -37,7 +35,7 @@ jobs:
tool: cargo-binstall

- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "installing prerequisites"
run: |
Expand All @@ -49,8 +47,5 @@ jobs:
cargo binstall -y --no-symlinks c2rust
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: "riot-rs-rt unittests"
run: laze -C src/riot-rs-rt task -b lm3s6965evb cargo-test

- name: "riot-rs-core unittests"
run: laze -C src/riot-rs-core task -b lm3s6965evb cargo-test
- name: "riot-rs compilation test"
run: laze build --builder nrf52840dk -g

0 comments on commit 7de4f40

Please sign in to comment.