Skip to content

Commit 828880c

Browse files
committed
Use test mode that does not cache
1 parent f70832d commit 828880c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ build-go:
4848
go build ./...
4949

5050
test:
51-
RUST_BACKTRACE=1 go test -v ./api ./types .
51+
RUST_BACKTRACE=1 go test -v
5252

5353
test-safety:
54-
GODEBUG=cgocheck=2 go test -race -v -count 1 ./api
54+
GODEBUG=cgocheck=2 go test -race -v -count 1
5555

5656
# Creates a release build in a containerized build environment of the static library for Alpine Linux (.a)
5757
release-build-alpine:

0 commit comments

Comments
 (0)