Skip to content

Commit

Permalink
docs(readme): instruction to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 17, 2023
1 parent 5ddedcd commit 7d81c24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ Experimental package manager for node.js written in rust.
TRACE=pacquet_tarball just cli add fastify
```

## Test

```sh
# Install necessary dependencies
just install

# Start a mocked registry server (optional)
just registry-mocked launch

# Run test
just test
```

## Benchmarking

### Install between multiple revisions
Expand Down

0 comments on commit 7d81c24

Please sign in to comment.