Yeuoly il y a 1 an
Parent
commit
e8389f35d6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/tests.yml

+ 3 - 0
.github/workflows/tests.yml

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