diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d5f247af..09787968 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,4 +19,4 @@ jobs: - name: Get dependencies run: go get -v -t -d ./... - name: Run tests - run: go test repo_test.go scripts.go + run: go test main_test.go main.go