Skip to content

Commit

Permalink
Just run on stable, because build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Aug 8, 2021
1 parent e470775 commit 45a0904
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@ jobs:
test:
name: Test suite
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v2.3.4
- name: Install capnproto
run: sudo apt-get install capnproto libcapnp-dev
- uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: ${{ matrix.rust }}
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- name: Build and test
Expand Down

0 comments on commit 45a0904

Please sign in to comment.