Skip to content

Commit 5f61daf

Browse files
committed
maint: fix workflow file for the last time
1 parent a270ce3 commit 5f61daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
go: ['1.20', '1.21']
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313
steps:
14+
- uses: actions/checkout@v5
1415
- name: Setup Go environment
1516
uses: actions/setup-go@v5.0.0
1617
with:
1718
check-latest: true
1819
go-version: ${{ matrix.go }}
1920
cache-dependency-path: |
2021
go.sum
21-
run: go test -v ./internal/... ./gwirl/...
22+
- run: go test -v ./internal/... ./gwirl/...
2223

0 commit comments

Comments
 (0)