summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-25 13:49:52 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-25 13:49:52 +0100
commit79463500a7ade3df7dc99454f5797beaf1d7eef9 (patch)
treefe6ef0899c070a82fd723a7b78eb0b50878f4fd1 /.github/workflows/test.yaml
parent00ac90357bbd256436846beceba67b38d4743bf6 (diff)
chore: refactor executor and improve documentation
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 2631077..41dd979 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -38,7 +38,7 @@ jobs:
submodules: true
- name: Install nightly Rust toolchain
- run: rustup update stable nightly
+ run: rustup update nightly
- name: Build (nightly, no default features)
run: cargo +nightly build --workspace --exclude wasm-testsuite --no-default-features