Skip to content

Commit

Permalink
add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
falk-werner committed Jan 27, 2024
1 parent b2cc3e4 commit 9a3873b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:

jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Unit Test (Backend)
working-directory: src-tauri
run: cargo test

0 comments on commit 9a3873b

Please sign in to comment.