Skip to content

Commit

Permalink
remove integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
luky116 committed Mar 2, 2024
1 parent c2420f8 commit 017fe07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ build dist/seatago dist/seatago-sha-256:
#docker-build:
# docker build -t seatago/seatago:latest .

integration-test:
@go clean -testcache
go test -tags integration -v ./test/...
# todo These two projects influence each other. I will close this one first and add it back later.
#integration-test:
# @go clean -testcache
# go test -tags integration -v ./test/...

clean:
@rm -rf coverage.txt
Expand Down

0 comments on commit 017fe07

Please sign in to comment.