forked from katzen-cafe/iowo
test: fix running tests
This commit is contained in:
parent
8f3c426359
commit
5bf277cf14
3 changed files with 35 additions and 18 deletions
6
justfile
6
justfile
|
@ -1,3 +1,5 @@
|
|||
all: test docs
|
||||
|
||||
# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`.
|
||||
docs:
|
||||
#!/usr/bin/env nu
|
||||
|
@ -9,3 +11,7 @@ docs:
|
|||
)
|
||||
mv $pdf docs/compiled
|
||||
} | ignore
|
||||
|
||||
test:
|
||||
#!/usr/bin/env nu
|
||||
cargo nextest run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue