Fix a path to wasmtime Cargo.toml.

This commit is contained in:
Dan Gohman
2019-11-08 10:00:08 -08:00
parent 24218c960a
commit 58c5906f5c

View File

@@ -216,7 +216,7 @@ jobs:
- run: $CENTOS cargo build --release --bin wasmtime --bin wasm2obj - run: $CENTOS cargo build --release --bin wasmtime --bin wasm2obj
shell: bash shell: bash
# Build `libwasmtime_api.so` # Build `libwasmtime_api.so`
- run: $CENTOS cargo build --release --manifest-path wasmtime/Cargo.toml - run: $CENTOS cargo build --release --manifest-path crates/api/Cargo.toml
shell: bash shell: bash
# Test what we just built # Test what we just built
- run: $CENTOS cargo test --features wasi-common/wasm_tests --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime - run: $CENTOS cargo test --features wasi-common/wasm_tests --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime