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 2849350 commit ef4be47Copy full SHA for ef4be47
.github/workflows/espresso-integration.yaml
@@ -48,10 +48,7 @@ jobs:
48
total: 4
49
packages: "./espresso/..."
50
- name: Run Go tests for group ${{ matrix.group }}
51
- # We skip liveness tests that specify # of seconds, as they're flaky on CI machines
52
- run: |
53
- go test -timeout 30m -p 1 -count 1 -v -run "^(${{ steps.test_split.outputs.run}})$" ./espresso/... \
54
- -skip 'TestE2eDevNetWithEspressoEspressoDegradedLiveness|TestE2eDevNetWithEspressoEspressoDegradedLivenessViaCaffNode|TestE2eDevNetWithEspressoFastConfirmationStability'
+ run: go test -timeout 30m -p 1 -count 1 -v -run "^(${{ steps.test_split.outputs.run}})$" ./espresso/...
55
56
- name: Save Nix cache
57
uses: nix-community/cache-nix-action/save@v6
0 commit comments