Skip to content

Commit 3a6a460

Browse files
committed
Updated PR workflow
1 parent bb2a587 commit 3a6a460

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: actions/setup-go@v5
1818
with:
1919
go-version: '1.24'
20+
21+
- name: Install dependencies
22+
run: go get .
2023

2124
- name: Run tests
2225
run: |

0 commit comments

Comments
 (0)