Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Aug 24, 2024
1 parent 3871bca commit 0e4bbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: go build -v ./...

- name: memdriver tests
run: go test -v -race ./memdriver/tests/...
run: go test -v -race ./memdriver/...

- name: sqlitedriver tests
run: go test -v -race ./sqlitedriver/tests/...
run: go test -v -race ./sqlitedriver/...

- name: flowstate tests
run: go test -v -race ./

0 comments on commit 0e4bbc8

Please sign in to comment.