From 56ca46eb7a77bf8d18a488ff5c82e1e69fbff19d Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 23 May 2018 14:01:16 +0200 Subject: [PATCH] Rename integration_test to integration-test (#209) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b2c196c..a43c9317 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ workflows: - test - test-emscripten - test-wasm - - integration_test + - integration-test jobs: test: @@ -73,7 +73,7 @@ jobs: - "~/.cargo" - "./target" - integration_test: + integration-test: docker: - image: rust - image: ipfs/go-ipfs