remove the integration test

This commit is contained in:
Mackenzie Clark 2019-01-01 12:06:49 -08:00
parent b60c8424af
commit 6b1be83939

View File

@ -11,9 +11,6 @@ jobs:
keys:
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
- run: sudo apt-get install -y cmake
- run:
name: Run nginx
command: cargo run -- run examples/nginx/nginx.wasm -- -v
- run: make test
- run: rustup component add rustfmt
- run: make lint