Skip to content

Commit

Permalink
add tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
schnommus committed Sep 24, 2024
1 parent b732279 commit 5aba0cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: build & test
on: [push]

jobs:

tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
- run: |
pdm install
pdm test
working-directory: gateware
ubuntu-usb-audio:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5aba0cd

Please sign in to comment.