From 6b1be83939a1dc274cfc47dc01217c53c0b4f411 Mon Sep 17 00:00:00 2001 From: Mackenzie Clark Date: Tue, 1 Jan 2019 12:06:49 -0800 Subject: [PATCH] remove the integration test --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a934e8c73..aca4d3e96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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