Skip to content

Commit 735e937

Browse files
committed
Retry flaky compatibility tests in CI
1 parent 8729284 commit 735e937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: cachix/install-nix-action@v19
2020
with:
2121
nix_path: nixpkgs=channel:nixos-unstable
22-
- run: nix-shell --run 'PATH=$(go env GOPATH)/bin:$PATH make test'
22+
- run: nix-shell --run 'PATH=$(go env GOPATH)/bin:$PATH; (make test || make test) || make test'

0 commit comments

Comments
 (0)