diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/main.yml | 13 |
1 files changed, 0 insertions, 13 deletions
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: |