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 818579b commit 20b8838Copy full SHA for 20b8838
.github/workflows/daily.yml
@@ -23,7 +23,31 @@ jobs:
23
- uses: actions/setup-go@v4
24
with:
25
go-version-file: ./go.mod
26
- - run: AUTOBAHN=1 ./ci/test.sh
+ - run: AUTOBAHN=1 ./ci/test.sh -bench=.
27
+ - uses: actions/upload-artifact@v3
28
+ with:
29
+ name: coverage.html
30
+ path: ./ci/out/coverage.html
31
+ bench-dev:
32
+ runs-on: ubuntu-latest
33
+ steps:
34
+ - uses: actions/checkout@v4
35
36
+ ref: dev
37
+ - uses: actions/setup-go@v4
38
39
+ go-version-file: ./go.mod
40
+ - run: AUTOBAHN=1 ./ci/bench.sh
41
+ test-dev:
42
43
44
45
46
47
48
49
50
51
- uses: actions/upload-artifact@v3
52
53
name: coverage.html
0 commit comments