@@ -25,5 +25,8 @@ jobs:
with:
go-version: 1.20
+ - name: Install dependencies
+ run: go mod download
+
- name: Run tests
run: go test -v ./...