Skip to content

Commit c3316b3

Browse files
committed
test: run tests in CI
1 parent e289303 commit c3316b3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
push:
3+
branches: [main]
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
tests-sqlite:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-go@v6
13+
with:
14+
go-version: 1.24.x
15+
- run: go test -race ./...

0 commit comments

Comments
 (0)