Skip to content
Snippets Groups Projects

Draft: Doc joss

Closed PERENNOU Tanguy requested to merge doc-joss into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -21,8 +21,9 @@ test-rs:
cargo test --workspace --verbose --all-features
cargo test --examples --verbose
SRC="" # specify the source file to test; empty means all
test-doc:
cargo test --doc --verbose
cargo test --doc --verbose $(SRC)
test-nu:
nu bins/saclin/tests/cli.nu
Loading