diff --git a/.circleci/config.yml b/.circleci/config.yml index 6416a2e74d..20d5ca9b73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ jobs: steps: - checkout + - run: go test -race -v ./storage/remote/... - run: make promu - run: make check_license style unused staticcheck build check_assets - run: