Skip to content

Commit

Permalink
chore: remove json test export
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jan 16, 2025
1 parent fee6fb3 commit 6851ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.PHONY: tests
tests:
@echo "--- Unitary tests ---"
go test ./api -run=^Test_U_ -json | tee -a gotest.json
go test ./api -run=^Test_U_

@echo "--- Functional tests ---"
go test ./api -run=^Test_F_ -coverprofile=functional.out -json | tee -a gotest.json
go test ./api -run=^Test_F_ -coverprofile=functional.out

.PHONY: clean
clean:
rm gotest.json functional.out
rm functional.out

0 comments on commit 6851ba6

Please sign in to comment.