Skip to content

Commit

Permalink
Also test wiinote in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanzg committed Sep 24, 2023
1 parent 2a5b075 commit b50e4f9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
on: [push, pull_request]

name: Continuous integration
on: [push, pull_request]

jobs:
test:
Expand All @@ -14,11 +13,14 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libudev-dev
- uses: actions-rs/toolchain@v1
- name: Install latest stable Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
- name: Run xwiimote tests
run: cargo test
- name: Run wiinote tests
working-directory: wiinote
run: cargo test

0 comments on commit b50e4f9

Please sign in to comment.