Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rmja/buffered-io
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed Oct 20, 2023
2 parents e91e0aa + de576fa commit a2868f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Update local toolchain
run: |
rustup update
rustup install nightly
rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
rustup install nightly-2023-10-02
rustup component add clippy --toolchain nightly-2023-10-02-x86_64-unknown-linux-gnu
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --all-features --verbose

0 comments on commit a2868f7

Please sign in to comment.