Browse Source

feat: tests

Yeuoly 1 year ago
parent
commit
e8389f35d6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/tests.yml

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

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