Skip to content

Commit a3cdbd5

Browse files
committed
chore: update readme, #4613
1 parent 9609f53 commit a3cdbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ _Warning, this typically takes a few minutes_
7777
cargo nextest run
7878
```
7979

80+
_On Windows, many tests will fail, mainly due to parallelism. To mitigate the issue you may need to run the tests individually._
81+
8082
## Run the testnet
8183

8284
You can observe the state machine in action locally by running:
@@ -85,8 +87,6 @@ You can observe the state machine in action locally by running:
8587
cargo run --bin stacks-node -- start --config ./sample/conf/testnet-follower-conf.toml
8688
```
8789

88-
_On Windows, many tests will fail if the line endings aren't `LF`. Please ensure that you have git's `core.autocrlf` set to `input` when you clone the repository to avoid any potential issues. This is due to the Clarity language currently being sensitive to line endings._
89-
9090
Additional testnet documentation is available [here](./docs/testnet.md) and [here](https://docs.stacks.co/docs/nodes-and-miners/miner-testnet)
9191

9292
## Release Process

0 commit comments

Comments
 (0)