Skip to content

Commit

Permalink
git/e2e: remove CGO from runner script
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan9600 committed Aug 3, 2023
1 parent 8b52742 commit e9a2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/internal/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if [[ "${GO_TEST_PREFIX}" = "" ]] || [[ "${GO_TEST_PREFIX}" = *"TestGitLabCEE2E"
fi

cd "${DIR}"
CGO_ENABLED=1 go test -v -tags 'netgo,osusergo,static_build,e2e' -race -run "^${GO_TEST_PREFIX}.*" ./...
go test -v -tags 'netgo,osusergo,static_build,e2e' -race -run "^${GO_TEST_PREFIX}.*" ./...

0 comments on commit e9a2308

Please sign in to comment.