Skip to content

Commit

Permalink
Add integration tests on Git action
Browse files Browse the repository at this point in the history
Add integration tests
  • Loading branch information
jingxu97 committed Aug 31, 2020
1 parent 1988711 commit 9c681f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- name: Run Windows Unit Tests
run: |
go test -v -race ./internal/...
- name: Run Windows Integration Tests
run: |
go test -v -race ./integrationtests/...

0 comments on commit 9c681f4

Please sign in to comment.