From 017fe07ce41025aabccc6e2af4e03178e8c572a2 Mon Sep 17 00:00:00 2001 From: luky116 Date: Sat, 2 Mar 2024 18:16:58 +0800 Subject: [PATCH] remove integration test --- makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 63fd7ef7..b324ff01 100644 --- a/makefile +++ b/makefile @@ -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