Skip to content

Commit

Permalink
CI: Adjust Makefile targets for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 22, 2022
1 parent 9db3acc commit 6961fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ test:
@test -e $(pytest) || $(MAKE) install-tests
@$(pytest) --keepalive tests --show-capture=all -vvv

test-teardown:
docker rm grafana-wtf-test --force

test-refresh: install-tests test

test-junit: install-tests
Expand Down

0 comments on commit 6961fc6

Please sign in to comment.