Use the "..." pattern to build/test all go packages in a repository.
@@ -30,7 +30,7 @@ jobs:
fi
- name: Build
run: go build -v .
run: go build -v ./...
- name: Test
run: go test -v .
run: go test -v ./...
The note is not visible to the blocked user.