Template function return Result

This commit is contained in:
Gregory Schier
2024-07-31 07:32:37 -07:00
parent 90bf96c7c1
commit cc9bd2bc70
7 changed files with 115 additions and 21 deletions

View File

@@ -83,6 +83,10 @@ jobs:
- name: Install yaak CLI
run: go install github.com/yaakapp/yaakcli@latest
- name: Rust test
working-directory: src-tauri
run: cargo test --all
- name: Run lint
run: npm run lint