Skip to content

Commit

Permalink
chore: check MSRV for building not for testing
Browse files Browse the repository at this point in the history
tokio v1.32.0 needs Rust 1.63 or newer, while our MSRV is 1.62.1. It
is only a dev depdendency. Prior to this commit, we ran the tests,
with this commit we only build the with the MSRV, that should be good
enough.
  • Loading branch information
vmx committed Sep 1, 2023
1 parent 32382de commit 6844393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
command: build
# Test with default features only, as the async support needs a newer
# Rust version.
args: --workspace
Expand Down

0 comments on commit 6844393

Please sign in to comment.