File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414
1515 test-postgresql-windows :
16- if : true # false to skip job during debug
16+ if : false # false to skip job during debug
1717 name : Test on Windows
1818 runs-on : windows-latest
1919 steps :
4848
4949
5050 test-postgresql-macos :
51- if : true # false to skip job during debug
51+ if : false # false to skip job during debug
5252 name : Test on MacOS
5353 runs-on : macos-latest
5454 steps :
9595 - name : Test
9696 run : go test -v -p 1 -parallel 1 -failfast ./...
9797
98-
99-
10098 test-postgresql-ubuntu :
10199 if : true # false to skip job during debug
102100 name : Test and Build on Ubuntu
@@ -151,7 +149,7 @@ jobs:
151149
152150 build-docs :
153151 if : true # false to skip job during debug
154- needs : [test-postgresql-ubuntu]
152+ # needs: [test-postgresql-ubuntu, test-postgresql-windows, test-postgresql-macos ]
155153 name : Build Docs
156154 runs-on : ubuntu-latest
157155 steps :
@@ -167,7 +165,7 @@ jobs:
167165 - name : Set up Golang
168166 uses : actions/setup-go@v6
169167 with :
170- go-version : ' 1.24 '
168+ go-version : ' 1.25 '
171169
172170 - name : Set up gopages
173171 run :
go install github.com/johnstarich/go/[email protected] @@ -178,7 +176,7 @@ jobs:
178176 - name : Set up Python
179177 uses : actions/setup-python@v6
180178 with :
181- python-version : 3.12
179+ python-version : 3.13
182180 cache : ' pip'
183181
184182 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments