Skip to content

Commit 1b363e4

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 69f9083 commit 1b363e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ stages:
102102
# stdout from tee is redirected to fd 4. Take output written to fd 3 (which is the exit code of test), redirect to stdout, pipe to read from stdout then exit with that status code.
103103
# Read all output from fd 4 (output from tee) and write to to stdout
104104
{ { { {
105-
$(COVER_PKG)/...
106105
go test -timeout 30m -mod=readonly -buildvcs=false -tags "unit" --skip 'TestE2E*' -race -covermode atomic -coverprofile=windows-coverage.out ./npm/... ./cni/... ./platform/...
107106
go tool cover -func=windows-coverage.out
108107
echo $? >&3;

0 commit comments

Comments
 (0)