Skip to content

Commit

Permalink
make test and make examples, combined, match CI runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinkers committed Dec 10, 2023
1 parent 831ebf6 commit 29e853e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ examples:
cargo test --example json_to_edn --features "json"
cargo test --example edn_to_json --features "json"
cargo run --example async
cargo run --example struct_from_str --no-default-features

doc-tests:
tests:
cargo test --all-features --no-fail-fast
cargo test --no-default-features --no-fail-fast
cargo test --doc

test: unit integration examples doc-tests
test: unit integration examples tests

0 comments on commit 29e853e

Please sign in to comment.