File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/setup-go@v4
24
24
with :
25
25
go-version-file : ./go.mod
26
- - run : AUTOBAHN=1 ./ci/test.sh
26
+ - 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
+ with :
36
+ ref : dev
37
+ - uses : actions/setup-go@v4
38
+ with :
39
+ go-version-file : ./go.mod
40
+ - run : AUTOBAHN=1 ./ci/bench.sh
41
+ test-dev :
42
+ runs-on : ubuntu-latest
43
+ steps :
44
+ - uses : actions/checkout@v4
45
+ with :
46
+ ref : dev
47
+ - uses : actions/setup-go@v4
48
+ with :
49
+ go-version-file : ./go.mod
50
+ - run : AUTOBAHN=1 ./ci/test.sh -bench=.
27
51
- uses : actions/upload-artifact@v3
28
52
with :
29
53
name : coverage.html
You can’t perform that action at this time.
0 commit comments