Skip to content

Commit

Permalink
ci: Remove beta/nightly workflows
Browse files Browse the repository at this point in the history
Not needed in the modern age since Rust is pretty stable.
  • Loading branch information
donovanglover committed Oct 27, 2023
1 parent 2e17ee7 commit 29e69b3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: tests

on:
push:
Expand All @@ -10,17 +10,9 @@ env:
CARGO_TERM_COLOR: always

jobs:
build_and_test:
name: build and test
cargo:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 29e69b3

Please sign in to comment.