Skip to content

Commit

Permalink
add workdir in rust integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dm0d committed Oct 7, 2023
1 parent 775e4e4 commit f885d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust CI
name: Rust integration test

on:
push:
Expand All @@ -20,7 +20,9 @@ jobs:
override: true

- name: Install dependencies
working-directory: ./src-tauri
run: cargo build --verbose

- name: Run tests
working-directory: ./src-tauri
run: cargo test

0 comments on commit f885d26

Please sign in to comment.