Skip to content

Commit

Permalink
Update DEV_ENVIRONMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Dec 1, 2021
1 parent 0c94235 commit 213bfdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/DEV_ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ do
done
```
Please note that you have to run it again after each reboot
6. Try `cargo test --features native --all -- --test-threads=16`.
6. Linux specific:
```
sudo groupadd docker
sudo usermod -aG docker $USER
```
7. Try `cargo test --features native --all -- --test-threads=16`.

PS If you notice that this guide is outdated, please submit a PR.

0 comments on commit 213bfdd

Please sign in to comment.