good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 20b88381 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

ci: Add dev to daily

parent 818579b7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,31 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- run: AUTOBAHN=1 ./ci/test.sh
- run: AUTOBAHN=1 ./ci/test.sh -bench=.
- uses: actions/upload-artifact@v3
with:
name: coverage.html
path: ./ci/out/coverage.html
bench-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: dev
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- run: AUTOBAHN=1 ./ci/bench.sh
test-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: dev
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- run: AUTOBAHN=1 ./ci/test.sh -bench=.
- uses: actions/upload-artifact@v3
with:
name: coverage.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment