chore_: cleanup
This commit is contained in:
parent
913f0e2f3d
commit
e5c8a48f0c
2
Makefile
2
Makefile
|
@ -375,7 +375,7 @@ test-unit: export UNIT_TEST_PACKAGES ?= $(call sh, go list ./... | grep -E '/wak
|
|||
grep -E -v '/waku(/.*|$$)' | \
|
||||
grep -E -v '/wakuv2(/.*|$$)')
|
||||
test-unit: ##@tests Run unit and integration tests
|
||||
@time ./_assets/scripts/run_unit_tests.sh
|
||||
./_assets/scripts/run_unit_tests.sh
|
||||
|
||||
test-unit-race: export GOTEST_EXTRAFLAGS=-race
|
||||
test-unit-race: test-unit ##@tests Run unit and integration tests with -race flag
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
coverage_file_path="$(mktemp coverage.out.rerun.XXXXXXXXXX --tmpdir="${PACKAGE_DIR}")"
|
||||
go test -json \
|
||||
-covermode=atomic \
|
||||
-coverprofile="${coverage_file_path}" \
|
||||
-coverpkg ./... \
|
||||
"$@"
|
Loading…
Reference in New Issue