Skip to content

Commit

Permalink
fixup! fixup! fixup! .github: add Rust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Jun 20, 2020
1 parent 7218c2a commit 9d5b5c8
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,6 @@ jobs:
continue-on-error: false
with:
command: check

test:
name: Test Suite
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true

- name: Install libudev-dev
run: sudo apt-get install libudev-dev

- name: Run cargo test
uses: actions-rs/cargo@v1
continue-on-error: false
with:
command: test

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9d5b5c8

Please sign in to comment.