From 79e3ed5337b4927b0ede76513bfdf9f721540fa6 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 11 Jul 2022 11:04:12 +0200 Subject: Remove CI tests on rust beta --- .github/workflows/main.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d13126..24d61fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,19 +3,6 @@ on: - pull_request - push jobs: - beta: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - toolchain: beta - components: rustfmt, clippy - - run: cargo clippy -- -W clippy::pedantic - - run: cargo fmt --all -- --check - - run: cargo test - # - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml - # - uses: codecov/codecov-action@v1 stable: runs-on: ubuntu-latest steps: -- cgit