Skip to content

Commit e8f3740

Browse files
committed
Fix nightly CI process
1 parent 89a6f4e commit e8f3740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
export HYDRA_BACKEND="blockfrost"
4141
nix build .#${{ matrix.package }}-tests
4242
nix develop
43-
cabal test hydra-cluster --test-options '-m "End-to-end on Cardano devnet"'
43+
cabal test --test-options '-m "End-to-end on Cardano devnet"'
4444
else
4545
echo "::warning file=blockfrost-project.txt,title=BLOCKFROST::Missing blockfrost project file."
4646
fi

0 commit comments

Comments
 (0)