Skip to content

Commit

Permalink
Windows..
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <byron@nats.io>
  • Loading branch information
bruth committed Jun 13, 2023
1 parent 290f069 commit b928d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-windows-2019.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Tests
run: |-
go test -race -v \
-run=TestJetStream \
./server/... \
-tags="skip_js_cluster_tests,skip_js_cluster_tests_2,skip_js_cluster_tests_3,skip_js_super_cluster_tests" \
-count=1 -vet=off -timeout=30m -failfast
-run TestJetStream \
-tags "skip_js_cluster_tests,skip_js_cluster_tests_2,skip_js_cluster_tests_3,skip_js_super_cluster_tests" \
-count 1 -vet off -timeout 30m -failfast \
./server/...
8 changes: 4 additions & 4 deletions .github/workflows/test-windows-2022.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Tests
run: |-
go test -race -v \
-run=TestJetStream \
./server/... \
-tags="skip_js_cluster_tests,skip_js_cluster_tests_2,skip_js_cluster_tests_3,skip_js_super_cluster_tests" \
-count=1 -vet=off -timeout=30m -failfast
-run TestJetStream \
-tags "skip_js_cluster_tests,skip_js_cluster_tests_2,skip_js_cluster_tests_3,skip_js_super_cluster_tests" \
-count 1 -vet off -timeout 30m -failfast \
./server/...

0 comments on commit b928d83

Please sign in to comment.