feat!: can run commands other than cargo
All checks were successful
/ test (push) Successful in 5s

All existing uses will now need to explicitly include the leading
`cargo` in their args.
This commit is contained in:
Paul Campbell 2024-08-04 15:03:35 +01:00
parent 6cd663f559
commit be47ad0bab

View file

@ -2,4 +2,4 @@
set -e
cargo ${INPUT_ARGS}
${INPUT_ARGS}