We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5721f61 commit c9539daCopy full SHA for c9539da
.aspell.yml
@@ -185,3 +185,4 @@ allowed:
185
- workdir
186
- yaml
187
- async
188
+ - rehaul
.github/workflows/actions.yml
@@ -157,7 +157,7 @@ jobs:
157
id: go
158
- name: Test
159
run: |
160
- go test -race -v ./...
+ go test -v ./...
161
go-test-equal:
162
name: Test equal
163
needs: ["tidy","build"]
@@ -173,7 +173,7 @@ jobs:
173
174
175
176
- go test -tags equal -race -v ./...
+ go test -tags equal -v ./...
177
e2e:
178
name: e2e on HAProxy
179
needs: ["go-test"]
0 commit comments