From 657b7624d2854c6cfd98d8ec57ea6d81ee4aeaad Mon Sep 17 00:00:00 2001 From: Brian Schwind Date: Mon, 15 Feb 2021 22:24:02 +0900 Subject: [PATCH] Remove test workflow --- .github/workflows/test.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 3df2331..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: [push, pull_request] - -name: Cargo Test - -jobs: - test: - name: Cargo Test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - target: thumbv7em-none-eabihf - override: true - - uses: actions-rs/cargo@v1 - with: - command: test