package rust // Test a rust package #Test: { // Package to test package: *"." | string #Container & { command: { args: [package] flags: test: true } } }