We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea8f00 commit fca6d10Copy full SHA for fca6d10
1 file changed
.github/workflows/run_go_tests.yml
@@ -8,12 +8,12 @@ jobs:
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
11
+ - name: Checkout code
12
+ uses: actions/checkout@v4
13
- name: Install Go
14
uses: actions/setup-go@v5
15
with:
16
go-version: ${{ matrix.go-version }}
17
cache: true
- - name: Checkout code
- uses: actions/checkout@v4
18
- name: Test
19
run: go test ./...
0 commit comments