mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +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
|
- name: Setup rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Test rust
|
||||||
|
working-directory: src-tauri
|
||||||
|
run: cargo test
|
||||||
|
|
||||||
- name: Build tauri
|
- name: Build tauri
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user