Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable version control metadata for unit tests #102

Merged
merged 39 commits into from
Dec 5, 2024
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
40d9df9
Update entrypoint.sh
atye Dec 4, 2024
26c26d1
Update go-common.yml
atye Dec 4, 2024
0664941
remove ./...
atye Dec 4, 2024
9068bd3
Update entrypoint.sh
atye Dec 5, 2024
023bc28
Update entrypoint.sh
atye Dec 5, 2024
c8558e0
Update entrypoint.sh
atye Dec 5, 2024
a8dc8d5
Update entrypoint.sh
atye Dec 5, 2024
5ef8f1d
Update entrypoint.sh
atye Dec 5, 2024
bba6845
Update entrypoint.sh
atye Dec 5, 2024
62bbbe6
Update entrypoint.sh
atye Dec 5, 2024
4658b50
Update entrypoint.sh
atye Dec 5, 2024
a025e2d
Update entrypoint.sh
atye Dec 5, 2024
a73c017
Update entrypoint.sh
atye Dec 5, 2024
7eb54b0
Update entrypoint.sh
atye Dec 5, 2024
dbeddfb
Update entrypoint.sh
atye Dec 5, 2024
c6e1e46
Update entrypoint.sh
atye Dec 5, 2024
d1646b6
Update entrypoint.sh
atye Dec 5, 2024
95c6c60
Update entrypoint.sh
atye Dec 5, 2024
2cdcb27
Update entrypoint.sh
atye Dec 5, 2024
6442147
Update entrypoint.sh
atye Dec 5, 2024
0edd94b
Update entrypoint.sh
atye Dec 5, 2024
da2edbb
Update entrypoint.sh
atye Dec 5, 2024
fc79c08
Update entrypoint.sh
atye Dec 5, 2024
2570815
Update entrypoint.sh
atye Dec 5, 2024
4c4c432
Update entrypoint.sh
atye Dec 5, 2024
c79f24b
Update entrypoint.sh
atye Dec 5, 2024
7453452
Update entrypoint.sh
atye Dec 5, 2024
c3c42eb
Update entrypoint.sh
atye Dec 5, 2024
366c283
Update entrypoint.sh
atye Dec 5, 2024
beb67df
Update Dockerfile
atye Dec 5, 2024
6b69d0d
Update entrypoint.sh
atye Dec 5, 2024
110c72e
Update entrypoint.sh
atye Dec 5, 2024
d5ad321
Update entrypoint.sh
atye Dec 5, 2024
a305d06
Update entrypoint.sh
atye Dec 5, 2024
9e71f6f
Update Dockerfile
atye Dec 5, 2024
75f4155
Update entrypoint.sh
atye Dec 5, 2024
4bd1bd2
Update entrypoint.sh
atye Dec 5, 2024
64149ad
Update entrypoint.sh
atye Dec 5, 2024
316c35f
Update go-common.yml
atye Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go-code-tester/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if [[ -n $RUN_TEST ]]; then
run_options="-run $RUN_TEST"
fi

go env -w GOFLAGS=-buildvcs=false
go clean -testcache

cd ${TEST_FOLDER}
Expand Down
Loading