mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-28 12:05:22 +03:00
run rust test on pr
This commit is contained in:
parent
c3e3857146
commit
1f55f9f881
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
@ -28,6 +28,10 @@ jobs:
|
||||
- name: Setup rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Test rust
|
||||
working-directory: src-tauri
|
||||
run: cargo test
|
||||
|
||||
- name: Build tauri
|
||||
uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user