diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-25 13:49:52 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-25 13:49:52 +0100 |
| commit | 79463500a7ade3df7dc99454f5797beaf1d7eef9 (patch) | |
| tree | fe6ef0899c070a82fd723a7b78eb0b50878f4fd1 /.github | |
| parent | 00ac90357bbd256436846beceba67b38d4743bf6 (diff) | |
chore: refactor executor and improve documentation
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yaml | 2 |
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 |
