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

Commit

Permalink
Merge pull request #13 from semiotic-ai/joseph/tru-259-review-flat-fi…
Browse files Browse the repository at this point in the history
…les-decoder-ci

ci: remove beta rust toolchain steps
  • Loading branch information
suchapalaver authored Aug 22, 2024
2 parents c5e4c2e + cf69c3e commit 2a5b202
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Cargo Build & Test

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,8 +17,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 +34,5 @@ jobs:
- name: Run Clippy
run: cargo clippy


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

0 comments on commit 2a5b202

Please sign in to comment.