version: '3' tasks: build: cmds: - cargo build test: cmds: # - cargo watch -x 'test -- --nocapture' - cargo watch -x 'nextest run' dev: cmds: - cargo watch -x run