Skip to content

Commit

Permalink
Stop scheduled test
Browse files Browse the repository at this point in the history
  • Loading branch information
lassilaiho authored Nov 29, 2024
1 parent 4530ef6 commit 5a26a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latest-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test nats-server@main
on:
schedule:
- cron: "30 8 * * *"
# schedule:
# - cron: "30 8 * * *"

jobs:
test:
Expand All @@ -24,4 +24,4 @@ jobs:
shell: bash --noprofile --norc -x -eo pipefail {0}
run: |
go test -modfile=go_test.mod -v -run=TestNoRace -p=1 ./... --failfast -vet=off
go test -modfile=go_test.mod -race -v -p=1 ./... --failfast -vet=off -tags=internal_testing
go test -modfile=go_test.mod -race -v -p=1 ./... --failfast -vet=off -tags=internal_testing

0 comments on commit 5a26a4a

Please sign in to comment.