Skip to content

Commit

Permalink
ci: added go tests into our test yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Dec 6, 2023
1 parent 26bf344 commit 4584732
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
- name: Tests
run: NODE_OPTIONS="--max_old_space_size=8192" yarn --cwd ./frontend/app run test-jest

test-go:
name: Go
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: go test ./config ./auth ./db ./handlers ./routes ./utils

0 comments on commit 4584732

Please sign in to comment.