Skip to content

Commit

Permalink
minor fix to readme about running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiS committed Nov 14, 2023
1 parent 4544888 commit 569957c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ This project should be considered Alpha Status. Currently used to solve a very s
- [NodeJS](https://nodejs.org/en/) - For running testscripts only
- [Yarn](https://yarnpkg.com/) or [Npm](https://www.npmjs.com/) - Npm probably comes with your node installation

1. `cd testrepo && yarn` (install dependencies for submodule)
1. `cd testrepo && yarn` (install dependencies for submodule)
2. `cargo run`

Running tests:

1. `./tests/suite.sh`
1. `cargo build --release`
2. `./tests/suite.sh`

0 comments on commit 569957c

Please sign in to comment.