Skip to content

Commit ef4be47

Browse files
committed
Run full Espresso integration suite in CI (#172)
1 parent 2849350 commit ef4be47

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/espresso-integration.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ jobs:
4848
total: 4
4949
packages: "./espresso/..."
5050
- 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'
51+
run: go test -timeout 30m -p 1 -count 1 -v -run "^(${{ steps.test_split.outputs.run}})$" ./espresso/...
5552

5653
- name: Save Nix cache
5754
uses: nix-community/cache-nix-action/save@v6

0 commit comments

Comments
 (0)