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 89a6f4e commit e8f3740Copy full SHA for e8f3740
.github/workflows/nightly-ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
export HYDRA_BACKEND="blockfrost"
41
nix build .#${{ matrix.package }}-tests
42
nix develop
43
- cabal test hydra-cluster --test-options '-m "End-to-end on Cardano devnet"'
+ cabal test --test-options '-m "End-to-end on Cardano devnet"'
44
else
45
echo "::warning file=blockfrost-project.txt,title=BLOCKFROST::Missing blockfrost project file."
46
fi
0 commit comments