File: justfile

package info (click to toggle)
rust-salsa 0.23.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
test:
    cargo test --workspace --all-targets --no-fail-fast

miri:
    cargo +nightly miri test --no-fail-fast

shuttle:
    cargo nextest run --features shuttle --test parallel

all: test miri