diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 131714fbe9..968d865cd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -349,8 +349,8 @@ jobs: # Workaround for . RUSTUP_WINDOWS_PATH_ADD_BIN: 1 run: | - cargo nextest run --all-features --profile ci -- directory_deleted - # cargo test --all-features --doc + cargo nextest run --all-features --profile ci + cargo test --all-features --doc cargo-test-wasm: name: "cargo test (wasm)"