Skip to content

Commit 5f216d4

Browse files
committed
build debug mode during testing
1 parent a023371 commit 5f216d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README_TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker run --rm -it \
2828
## 4. Compile the binary inside the container
2929

3030
```bash
31-
cargo build --release
31+
cargo build
3232
```
3333

3434
## 5. Run the Dart file in `bin/` to test

0 commit comments

Comments
 (0)