Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ For workflows requiring repeated test runs on a persistent testnet cluster:
```sh
nix flake update --accept-flake-config --override-input cardano-node github:IntersectMBO/cardano-node/master
nix develop --accept-flake-config
/bin/bash --login # fresh shell needed
```

2. Set up the local test environment:
Expand Down Expand Up @@ -108,6 +107,8 @@ For workflows requiring repeated test runs on a persistent testnet cluster:
./dev_workdir/conway_fast/stop-cluster
```

> ℹ️ **Pro Tip:** Next time, you can omit step 2 if the environment is already set up.

---

## ⚙️ Test Configuration Variables
Expand Down Expand Up @@ -182,7 +183,7 @@ make install
cd ../cardano-node
git checkout <tag>
nix develop .#devops
/bin/bash --login # fresh shell needed
/usr/bin/bash --login # run interactive bash
cd ../cardano-node-tests
source .source.dev
```
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
nodePkgs.cardano-node
nodePkgs.cardano-submit-api
nodePkgs.bech32
pkgs.bashInteractive
pkgs.poetry
py3Full
py3Pkgs.virtualenv
Expand Down