Add it back

This commit is contained in:
Gregory Schier
2024-06-09 07:23:28 -07:00
parent a0bc0ff87c
commit d63dabe2fb

View File

@@ -45,6 +45,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- run: npm ci
- run: |
npm run lint
npm test
- run: |
cargo check --all
cargo test --all
working-directory: src-tauri
- uses: tauri-apps/tauri-action@v0
env: