|
15 | 15 | -uses:actions/setup-go@v5
|
16 | 16 | with:
|
17 | 17 | go-version-file:./go.mod
|
18 |
| - -run:AUTOBAHN=1./ci/bench.sh |
| 18 | + -run:AUTOBAHN=1makebench |
19 | 19 | test:
|
20 | 20 | runs-on:ubuntu-latest
|
21 | 21 | steps:
|
|
29 | 29 | -uses:actions/setup-go@v5
|
30 | 30 | with:
|
31 | 31 | go-version-file:./go.mod
|
32 |
| - -run:AUTOBAHN=1./ci/test.sh |
| 32 | + -run:AUTOBAHN=1maketest |
33 | 33 | -uses:actions/upload-artifact@v4
|
34 | 34 | with:
|
35 | 35 | name:coverage.html
|
|
43 | 43 | -uses:actions/setup-go@v5
|
44 | 44 | with:
|
45 | 45 | go-version-file:./go.mod
|
46 |
| - -run:AUTOBAHN=1./ci/bench.sh |
| 46 | + -run:AUTOBAHN=1makebench |
47 | 47 | test-dev:
|
48 | 48 | runs-on:ubuntu-latest
|
49 | 49 | steps:
|
|
59 | 59 | -uses:actions/setup-go@v5
|
60 | 60 | with:
|
61 | 61 | go-version-file:./go.mod
|
62 |
| - -run:AUTOBAHN=1./ci/test.sh |
| 62 | + -run:AUTOBAHN=1maketest |
63 | 63 | -uses:actions/upload-artifact@v4
|
64 | 64 | with:
|
65 | 65 | name:coverage-dev.html
|
|