diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35389be90f096394e4a089cdfebb7af98b65108a..e7bc37ca3f75b146f08a87d482b4af246c5996df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,10 @@ jobs: - name: Set up Go 1.13 uses: actions/setup-go@v1 with: - go-version: 1.13.x + go-version: 1.13 - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Run Tests - run: make test + run: go test ./...