1 2 3 4 5 6 7 8 9 10 11 12
tasks: install: description: "Install yet." command: !commands - cargo install --path . test: description: "Run tests for yet." command: !commands - cargo test - cd: tests - ruby test.rb