Browse Source

Check cranelift benchmarks in CI (#3494)

* Check cranelift benchmarks in CI

* Use appropriate cargo subcommand

to check benchmarks
pull/3500/head
Nils Martel 3 years ago
committed by GitHub
parent
commit
240835f8e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/main.yml

3
.github/workflows/main.yml

@ -139,6 +139,9 @@ jobs:
- run: cargo check -p wasmtime --no-default-features --features cranelift
- run: cargo check -p wasmtime --no-default-features --features cranelift,wat,async,cache
# Check that benchmarks of the cranelift project build
- run: cargo check --benches -p cranelift-codegen
# Check some feature combinations of the `wasmtime-c-api` crate
- run: cargo check -p wasmtime-c-api --no-default-features
- run: cargo check -p wasmtime-c-api --no-default-features --features wat

Loading…
Cancel
Save