From 1d337efa38c3f8a7a46b70b18c12731d3485ab31 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 2 Apr 2020 10:03:03 -0700 Subject: [PATCH] Run the C API tests in CI --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51bca259eb..184aaab758 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -224,7 +224,7 @@ jobs: - run: cargo run -p run-examples # Build and test all features except for lightbeam - - run: cargo test --features test-programs/test_programs --all --exclude lightbeam --exclude wasmtime-c-api -- --nocapture + - run: cargo test --features test-programs/test_programs --all --exclude lightbeam -- --nocapture env: RUST_BACKTRACE: 1 RUSTFLAGS: "-D warnings" @@ -246,16 +246,6 @@ jobs: env: RUST_BACKTRACE: 1 - # Build and test c-api examples. Skipping testing on Windows due to - # GNU make dependency when executing the wasm-c-api examples. - - run: cargo build --package wasmtime-c-api - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' - - run: cargo test --package wasmtime-c-api -- --nocapture --test-threads 1 - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' - continue-on-error: true - env: - RUST_BACKTRACE: 1 - # Verify that cranelift's code generation is deterministic meta_determinist_check: name: Meta deterministic check