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

test make static #3

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f13f954
draft
HuSharp Dec 15, 2023
9c566cc
test_1
HuSharp Dec 15, 2023
674f6ba
test_1
HuSharp Dec 15, 2023
eb2671f
test_2
HuSharp Dec 15, 2023
056c0c2
test_3
HuSharp Dec 15, 2023
c485913
test_4
HuSharp Dec 15, 2023
3e70f7b
test_5
HuSharp Dec 15, 2023
f420e67
test_6
HuSharp Dec 15, 2023
7647901
test_7
HuSharp Dec 15, 2023
87f4176
test_8
HuSharp Dec 15, 2023
114bec0
test_9
HuSharp Dec 15, 2023
0a1119d
test_10
HuSharp Dec 15, 2023
2ed6acb
test_11
HuSharp Dec 15, 2023
5a030e2
test_12
HuSharp Dec 15, 2023
8bd598a
test_13
HuSharp Dec 15, 2023
ad2a93a
test_14
HuSharp Dec 15, 2023
1f33cfe
test_15
HuSharp Dec 15, 2023
4b76937
test_16
HuSharp Dec 15, 2023
f80499a
test_17
HuSharp Dec 15, 2023
037f12f
test_18
HuSharp Dec 15, 2023
731870b
test_19
HuSharp Dec 15, 2023
c18fd4c
test_20
HuSharp Dec 15, 2023
a85cf7e
test_21
HuSharp Dec 15, 2023
f3564b9
test_22
HuSharp Dec 15, 2023
48df8fd
test_23
HuSharp Dec 15, 2023
2523ecf
test_24
HuSharp Dec 15, 2023
8bae95b
test_25
HuSharp Dec 15, 2023
bb9f05b
test_26
HuSharp Dec 15, 2023
1880dff
test_27
HuSharp Dec 15, 2023
4e7a43f
test_28
HuSharp Dec 15, 2023
687fc95
test_29
HuSharp Dec 15, 2023
5bdf651
test_30
HuSharp Dec 15, 2023
bbf463e
test_31
HuSharp Dec 15, 2023
db5d0e7
test_32
HuSharp Dec 15, 2023
6fc37d7
test_33
HuSharp Dec 15, 2023
f818941
test_34
HuSharp Dec 15, 2023
fcdb4e6
test_35
HuSharp Dec 15, 2023
039bdc5
test_36
HuSharp Dec 15, 2023
e645e61
test_37
HuSharp Dec 15, 2023
f3bd1c2
test_38
HuSharp Dec 15, 2023
4b2f899
test_39
HuSharp Dec 15, 2023
5a1cb16
test_40
HuSharp Dec 15, 2023
44e01c6
test_41
HuSharp Dec 15, 2023
5d35c9d
test_42
HuSharp Dec 15, 2023
ebfb820
test_43
HuSharp Dec 15, 2023
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
37 changes: 0 additions & 37 deletions .github/workflows/label.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/pd-docker-image.yaml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/pd-tests.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/tso-consistency-test.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/tso-function-test.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ SHELL := env PATH='$(PATH)' GOBIN='$(GO_TOOLS_BIN_PATH)' $(shell which bash)

install-tools:
@mkdir -p $(GO_TOOLS_BIN_PATH)
@which golangci-lint >/dev/null 2>&1 || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_TOOLS_BIN_PATH) v1.51.2
@which golangci-lint >/dev/null 2>&1 || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_TOOLS_BIN_PATH) v1.55.2
@grep '_' tools.go | sed 's/"//g' | awk '{print $$2}' | xargs go install

.PHONY: install-tools
Expand Down