From e2994a0139c364b131ac13597d984373835cacbb Mon Sep 17 00:00:00 2001 From: ceth Date: Tue, 30 Aug 2022 20:17:07 +0300 Subject: [PATCH] remove tests --- .github/workflows/rust.yml | 20 -------------------- 1 file changed, 20 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 bf2a041a..00000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Rustlings Tests - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose