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 bc16e90 commit fdb0f5bCopy full SHA for fdb0f5b
.github/workflows/integration-tests.yml
@@ -35,6 +35,7 @@ jobs:
35
- 11.x
36
- 10.x
37
- 9.x
38
+ fail-fast: false
39
env:
40
GO111MODULE: "on"
41
GOFLAGS: "-trimpath"
@@ -55,6 +56,12 @@ jobs:
55
56
with:
57
zulip_ref: ${{ matrix.zulip_ref }}
58
59
+ - name: Give Zulip some time to settle
60
+ shell: bash
61
+ run: |
62
+ echo "Waiting 15 seconds for Zulip to settle..."
63
+ sleep 15
64
+
65
- name: Run go test suite with coverage
66
67
ZULIP_TEST_SITE: http://127.0.0.1:9991
0 commit comments