Skip to content

Commit

Permalink
Replace cargo make mention with just
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Jan 8, 2025
1 parent 1fe4814 commit d5ba01b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ One of the hardest parts about determining which features to build into the core

## Testing

Currently, Shipyard uses [`cargo-make`](https://github.com/sagiegurari/cargo-make) alongside our [Makefile.toml](./Makefile.toml) to specify helpful tasks for testing different feature combinations.
Currently, Shipyard uses [`just`](https://github.com/casey/just) alongside our [justfile](./justfile) to specify helpful tasks for testing different feature combinations.

```sh
# run all tests and static checks (miri may not work for macOS)
cargo make test

# test all feature combinations
cargo make test-all
cargo just test
```

0 comments on commit d5ba01b

Please sign in to comment.