Skip to content

Commit

Permalink
Use test mode that does not cache
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Mar 1, 2022
1 parent f70832d commit 828880c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ build-go:
go build ./...

test:
RUST_BACKTRACE=1 go test -v ./api ./types .
RUST_BACKTRACE=1 go test -v

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

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

0 comments on commit 828880c

Please sign in to comment.