From 263a4335a12ce11bacf9605a9d51b7a23d92c755 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Wed, 28 Jun 2023 12:12:47 +0200 Subject: [PATCH] Caching deps --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e87df586b..376e13b3af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,6 +78,9 @@ jobs: - restore_cache: keys: - go-mod-v1-{{ checksum "go.sum" }} + - run: + name: Build and run system tests + command: make test-system - run: name: Run tests with coverage command: | @@ -110,6 +113,9 @@ jobs: - run: name: Build and run system tests command: make test-system + - run: + name: Build and run system tests + command: make test-system - store_artifacts: path: /go/src/github.com/cosmwasm/wasmd/testnet/node0.out - store_artifacts: