Skip to content

Commit 30125d0

Browse files
Set preferred runner in documentation
Co-authored-by: Desmond Cheong <[email protected]>
1 parent 8aad363 commit 30125d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To set up your development environment:
3434
### Developing
3535

3636
1. `make build`: recompile your code after modifying any Rust code in `src/`
37-
2. `DAFT_RUNNER=py make test`: run tests
37+
2. `DAFT_RUNNER=native make test`: run tests
3838
3. `DAFT_RUNNER=ray make test`: set the runner to the Ray runner and run tests
3939
4. `make docs`: build and serve docs
4040

0 commit comments

Comments
 (0)