Skip to content

Commit

Permalink
fix: update github workflow to run all tests instead of just web tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Jan 2, 2025
1 parent b09448b commit 2df1e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: go mod tidy

- name: Run tests
run: go test ./cmd/web
run: go test ./...

0 comments on commit 2df1e00

Please sign in to comment.