diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c93cc7f47..e8ebbddc0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -211,7 +211,6 @@ jobs: name: Test runs-on: ${{ matrix.os }} strategy: - fail-fast: false matrix: build: [stable, beta, nightly, windows, macos] include: @@ -388,7 +387,6 @@ jobs: name: Build wasmtime runs-on: ${{ matrix.os }} strategy: - fail-fast: false matrix: include: - build: x86_64-linux diff --git a/Cargo.toml b/Cargo.toml index ac045ccc62..c4e01d0b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,8 +82,6 @@ members = [ "fuzz", ] -exclude = ["crates/cap-std"] - [features] default = ["jitdump", "wasmtime/wat", "wasmtime/parallel-compilation"] lightbeam = ["wasmtime/lightbeam"]