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 d2be86a commit f4a7d4cCopy full SHA for f4a7d4c
.github/workflows/test.yaml
@@ -22,6 +22,8 @@ jobs:
22
path: ./tools/ghlatestreleasechecker/
23
- name: asciitable
24
path: ./tools/asciitable/
25
+ - name: flakeguard
26
+ path: ./tools/flakeguard/
27
- name: workflowresultparser
28
path: ./tools/workflowresultparser/
29
runs-on: ubuntu-latest
tools/flakeguard/Makefile
@@ -0,0 +1,2 @@
1
+test_unit:
2
+ go test -timeout 5m -json -cover -covermode=count -coverprofile=unit-test-coverage.out ./... 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci
0 commit comments