Fix tests

This commit is contained in:
世界
2022-08-22 12:02:16 +08:00
parent ac0ead1473
commit c4f4fd97d6
7 changed files with 77 additions and 34 deletions

View File

@@ -47,7 +47,8 @@ snapshot_install:
test:
@go test -v . && \
pushd test && \
go test -v . && \
go mod tidy && \
go test -v -tags '$(TAGS)' . && \
popd
clean: