Skip to content

Commit b1d76bd

Browse files
committed
require test-go-race-pg to pass
1 parent 812e3ea commit b1d76bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -905,10 +905,6 @@ jobs:
905905
print("test-go-pg on windows-2022 failed, but we are temporarily skipping it until it's fixed")
906906
continue
907907
908-
if job_name == "test-go-race-pg" and result == "failure":
909-
print("test-go-race-pg failed, but we are temporarily skipping it until it's fixed")
910-
continue
911-
912908
if result in ["failure", "cancelled"]:
913909
failed = True
914910
break

0 commit comments

Comments
 (0)