From 9d5b5c8e8948d62e7e902941dbc4a0bff90b6870 Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Sat, 20 Jun 2020 15:34:27 -0500 Subject: [PATCH] fixup! fixup! fixup! .github: add Rust actions --- .github/workflows/rust.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7e0fd1f..85dc696 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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