Skip to content

Commit

Permalink
Added commands to run tests on MockVM and casper backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniezka1927 committed Dec 14, 2023
1 parent eb12930 commit 818b289
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/docs/casper/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,22 @@ cargo install cargo-odra --locked

- Clone repository

```
```bash
git clone [email protected]:invariant-labs/protocol-cspr.git
```

- Build contract

```
```bash
cargo odra build -b casper
```

- Run tests

```
```bash
# Run tests on MockVM
cargo odra test

# Run tests on Casper backend
cargo odra test -b casper
```

0 comments on commit 818b289

Please sign in to comment.