Skip to content

Commit 8dd1799

Browse files
committed
Add back go test in workflow
1 parent bcd29d3 commit 8dd1799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: curl -sL firebase.tools | bash
5353

5454
- name: Run Go tests with Firebase emulator
55-
run: firebase emulators:exec --only firestore 'cd ./apps/question-service'
55+
run: firebase emulators:exec --only firestore 'cd ./apps/question-service; go test ./...'
5656

5757
frontend-unit-tests:
5858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)