Skip to content

Commit

Permalink
Add instructions to continuously re-check the current solution whenev…
Browse files Browse the repository at this point in the history
…er the code changes.
  • Loading branch information
LukeMathWalker committed Aug 1, 2024
1 parent 4d7bd16 commit 997d7ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ and move forward in the workshop.
You can also navigate to a specific exercise and then run `wr check` from inside its directory
to verify its solution, regardless of what the current exercise is.

### Continuous checking

You can combine `wr` with [`cargo-watch`](https://crates.io/crates/cargo-watch) to re-check your solution every time you
make a change
to the code:

```bash
cargo watch -- wr
```

## Folder structure

`wr` expects the following structure for the workshop repository:
Expand Down

0 comments on commit 997d7ef

Please sign in to comment.