Skip to content

Commit

Permalink
remove some builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed May 5, 2024
1 parent 9cec18b commit 9b5e11c
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,6 @@ jobs:
- stable
- beta
- nightly
- 1.48.0

features:
- ''
Expand Down Expand Up @@ -65,29 +64,7 @@ jobs:
command: test
args: --verbose ${{ matrix.features }}

minrust:
name: Test minimal rust version
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install rust (${{ env.RUST_MINVERSION }})
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_MINVERSION }}
profile: minimal
override: true

- name: Cache
uses: Swatinem/rust-cache@v1

- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --verbose --no-default-features --features "alloc,std"


bench:
name: Bench
Expand Down

0 comments on commit 9b5e11c

Please sign in to comment.