We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112b704 commit 042018bCopy full SHA for 042018b
.github/workflows/ci.yml
@@ -25,7 +25,9 @@ jobs:
25
- name: Run linters
26
run: go vet ./... && go install honnef.co/go/tools/cmd/staticcheck@latest && bash -c "$(go env GOPATH)/bin/staticcheck ./..."
27
- name: Run Tests
28
- run: ./scripts/run-all-tests.sh
+ run: |
29
+ ./scripts/run-all-tests.sh
30
+ grep 'ksql.go:592' . -R
31
- name: Upload results to Codecov
32
uses: codecov/codecov-action@v5
33
with:
0 commit comments