diff --git a/.github/workflows/prjob_tests.yml b/.github/workflows/prjob_tests.yml index db7bb1c6c..20aec3208 100644 --- a/.github/workflows/prjob_tests.yml +++ b/.github/workflows/prjob_tests.yml @@ -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