Skip to content

Commit 1442d50

Browse files
committed
Fix comment location
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent f1b54b9 commit 1442d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-gauntlet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
7777
mkdir -p "R:/temp/embedded-pg"
7878
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"
79-
# Reduce test parallelism, mirroring what we do for race tests.
80-
# We'd been encountering issues with timing related flakes, and
81-
# this seems to help.
8279
else
8380
go run scripts/embedded-pg/main.go
8481
fi
8582
83+
# Reduce test parallelism, mirroring what we do for race tests.
84+
# We'd been encountering issues with timing related flakes, and
85+
# this seems to help.
8686
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
8787
8888
- name: Upload test stats to Datadog

0 commit comments

Comments
 (0)