Skip to content

Commit

Permalink
Run Go tests for CLI in make test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Aug 30, 2024
1 parent b50b923 commit 01828c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dev: $(VENV) fluffy/static/app.css

.PHONY: test
test: $(VENV)
cd cli && go test -v ./...
$(BIN)/coverage erase
COVERAGE_PROCESS_START=$(CURDIR)/.coveragerc \
$(BIN)/py.test --tb=native -vv tests/
Expand Down

0 comments on commit 01828c8

Please sign in to comment.