Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed May 31, 2024
1 parent c732eed commit 7d08c62
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ jobs:

- name: Test SDK
# Enable nettests, which executes external network requests.
run: go test -v -race -bench '.' ./... -benchtime=100ms -tags nettest
run: go test -race -bench '.' ./... -benchtime=100ms -tags nettest

- name: Test X
- name: Test x
# Enable nettests, which executes external network requests.
run: go test -C x -v -race -bench '.' ./... -benchtime=100ms -tags nettest
run: go test -C x -race -bench '.' ./... -benchtime=100ms -tags nettest

- name: Test x/psiphon
run: go test -C x/psiphon -race -bench '.' ./... -benchtime=100ms

0 comments on commit 7d08c62

Please sign in to comment.