mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
closer and closer to testing it away
This commit is contained in:
parent
817d2a722c
commit
4aef21f60d
10 changed files with 1782 additions and 2028 deletions
8
Justfile
8
Justfile
|
|
@ -13,8 +13,8 @@ bacon:
|
|||
check:
|
||||
reset && cargo check
|
||||
|
||||
test:
|
||||
cargo test --workspace --exclude jack
|
||||
test +ARGS="":
|
||||
cargo test --workspace --exclude jack --exclude jack-sys {{ARGS}}
|
||||
|
||||
covfig := "CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' RUSTDOCFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='cov/cargo-test-%p-%m.profraw'"
|
||||
grcov-binary := "--binary-path ./target/coverage/deps/"
|
||||
|
|
@ -130,3 +130,7 @@ plugin:
|
|||
rg 'TODO' app/ | cat
|
||||
rg 'TODO' app/ | wc -l
|
||||
echo
|
||||
|
||||
new:
|
||||
cargo build
|
||||
target/debug/tek new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue