File tree Expand file tree Collapse file tree 7 files changed +5
-5
lines changed
Expand file tree Collapse file tree 7 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 go-version : 1.18
2222 - id : set-matrix
23- run : echo "::set-output name=matrix::$(go run .github/scripts/ build_test_matrix.go)"
23+ run : echo "::set-output name=matrix::$(go run cmd/ build_test_matrix/main .go)"
2424
2525 e2e :
2626 env :
Original file line number Diff line number Diff line change 5151 with :
5252 go-version : 1.18
5353 - id : set-matrix
54- run : echo "::set-output name=matrix::$(go run .github/scripts/ build_test_matrix.go)"
54+ run : echo "::set-output name=matrix::$(go run cmd/ build_test_matrix/main .go)"
5555
5656
5757 # the tag of the image will differ if this is a PR or the branch is being merged into main.
6868 go-version : 1.18
6969 - id : get-tag
7070 run : |
71- tag=$(go run .github/scripts/ determine_simd_tag.go -pr "${{ github.event.pull_request.number }}" )
71+ tag=$(go run cmd/ determine_simd_tag/main .go -pr "${{ github.event.pull_request.number }}" )
7272 echo "Using tag $tag"
7373 echo "::set-output name=simd-tag::$tag"
7474
Original file line number Diff line number Diff line change 5757 steps :
5858 - uses : actions/checkout@v3
5959 - name : Create a file with all the pkgs
60- run : go list ./... ./.github/scripts > pkgs.txt
60+ run : go list ./... > pkgs.txt
6161 - name : Split pkgs into 4 files
6262 run : split -d -n l/4 pkgs.txt pkgs.txt.part.
6363 # cache multiple
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ view-docs:
218218test : test-unit
219219test-all : test-unit test-ledger-mock test-race test-cover
220220
221- TEST_PACKAGES =./... ./.github/scripts
221+ TEST_PACKAGES =./...
222222TEST_TARGETS := test-unit test-unit-amino test-unit-proto test-ledger-mock test-race test-ledger test-race
223223
224224# Test runs-specific rules. To add a new test target, just add
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments