Skip to content

Commit

Permalink
adds rocket to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
huxi committed Jun 15, 2024
1 parent 1d8637b commit 525dad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build toolchain:
cargo {{ toolchain }} test --verbose --no-default-features --features "chrono rand serde"
cargo {{ toolchain }} test --verbose --no-default-features --features "time rand serde"
cargo {{ toolchain }} test --verbose --no-default-features --features "chrono time rand serde"
cargo {{ toolchain }} test --verbose --no-default-features --features "chrono time rand serde rocket"

# perform a build for every supported toolchain
all:
Expand Down

0 comments on commit 525dad4

Please sign in to comment.