1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-24 19:25:12 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
chip
20a6d73cee
mark helper scripts as executable () 2020-08-18 16:30:44 -05:00
chip
6ee720eae1
feat(workflow) update helper cargo-check scripts ()
They can now run check, clippy, fmt, or test. They default to running
clippy, fmt, and test in that order. The cargo sub-commands to run
can be specified as arguments to the script. Only the 4 supported
sub-commands are allowed.

Signed-off-by: Chip Reed <chip@chip.sh>
2020-07-24 11:19:02 -03:00
chip
8cba944c11
Helper scripts to run cargo clippy + test for all features () 2020-07-21 14:35:22 -03:00