Skip to content

Commit

Permalink
Discarding old rustc test for home crate requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebosp committed Dec 25, 2024
1 parent 61d3d8e commit cfe1390
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
- uses: actions/checkout@v4
- name: Stable
run: cargo test
- name: Oldstable
run: |
rustup default $(cat alacritty/Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/')
cargo test
- name: Clippy
run: |
rustup component add clippy
Expand Down

0 comments on commit cfe1390

Please sign in to comment.