Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Nov 10, 2023
1 parent 893d044 commit 52e726d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:

test:
name: Make test
runs-on: ubuntu-latest
runs-on: core
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo install wasm-tools
- run: rustup target add wasm32-unknown-unknown
- run: rustup component add rust-src
- name: Run `make test`
Expand Down
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-08-24"
channel = "nightly-2023-11-10"
targets = ["wasm32-unknown-unknown"]
components = ["rust-src", "rustfmt", "rustup", "clippy"]
components = ["rust-src", "rustfmt", "rustup", "cargo", "clippy"]

0 comments on commit 52e726d

Please sign in to comment.