Skip to content

Commit 524f9d9

Browse files
authored
fix: update ci-test (#149)
* fix: update ci-test * fix fmt
1 parent 0f26890 commit 524f9d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
actions: read
3838
steps:
3939
- name: Build and test
40-
uses: smartcontractkit/.github/actions/ci-test-go@7a4d99cb349ea8f25195d2390d157942031f8a57
40+
uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5
4141
with:
4242
go-test-cmd: go test -short -coverprofile=coverage.out -covermode=atomic -race ./...
4343
use-go-cache: true

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
actions: read
3737
steps:
3838
- name: Build and test
39-
uses: smartcontractkit/.github/actions/ci-test-go@7a4d99cb349ea8f25195d2390d157942031f8a57
39+
uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5
4040
with:
4141
go-test-cmd: go test -short -coverprofile=coverage.out -covermode=atomic -race ./...
4242
use-go-cache: true

0 commit comments

Comments
 (0)