From 8df00ed2488a2c4e56b0a0dc0ab2ea572b4afbd7 Mon Sep 17 00:00:00 2001 From: Marco Thomas <39596050+CramMK@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:48:15 +0200 Subject: [PATCH] Delete rust.yml --- .github/workflows/rust.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 3c13d1b..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Rust - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose