Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattchris committed Sep 19, 2024
1 parent a52f151 commit 24ca5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:

- name: Run backend tests
working-directory: ./backend
run: go test -tags=skiptest ./...
run: go test -tags=citest ./...

4 changes: 2 additions & 2 deletions backend/internal/db/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !skiptest
// +build !skiptest
//go:build citest
// +build citest

package db

Expand Down

0 comments on commit 24ca5e3

Please sign in to comment.