Skip to content

Commit ab04637

Browse files
committed
docs: restore --workspace, keep stripping --jobs
1 parent b66f4e0 commit ab04637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pd-host-function = { git = "https://github.com/rustscript-lang/rustscript", pack
2626
## Test
2727

2828
```bash
29-
cargo test
30-
cargo build --release
29+
cargo test --workspace
30+
cargo build --workspace --release
3131
```
3232

3333
`pd-vm` is a stack-based virtual machine plus compiler toolchain. It includes the RustScript (`.rss`) frontend and exposes a source-plugin API for compatibility languages such as JavaScript and Lua.

0 commit comments

Comments
 (0)