Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
ci: remove beta rust toolchain steps
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Aug 22, 2024
1 parent c5e4c2e commit 58071ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
matrix:
toolchain:
- stable
- beta
# - nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand All @@ -34,6 +32,6 @@ jobs:
- name: Run Clippy
run: cargo clippy


- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo test --verbose

0 comments on commit 58071ae

Please sign in to comment.