Skip to content

Commit

Permalink
Revert "Makefile: ignore GCS in CI (#2368)" (#2373)
Browse files Browse the repository at this point in the history
This reverts commit 8591434.
  • Loading branch information
bwplotka authored Apr 3, 2020
1 parent 8591434 commit 58458f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ test: check-git install-deps

.PHONY: test-ci
test-ci: ## Runs test for CI, so excluding object storage integrations that we don't have configured yet.
test-ci: export THANOS_TEST_OBJSTORE_SKIP=AZURE,SWIFT,COS,ALIYUNOSS,GCS
test-ci: export THANOS_TEST_OBJSTORE_SKIP=AZURE,SWIFT,COS,ALIYUNOSS
test-ci:
@echo ">> Skipping ${THANOS_TEST_OBJSTORE_SKIP} tests"
$(MAKE) test
Expand Down

0 comments on commit 58458f1

Please sign in to comment.