Skip to content

Commit 9970820

Browse files
committed
Fix MSRV check.
1 parent 732df20 commit 9970820

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ jobs:
105105
- name: Install toolchain
106106
uses: dtolnay/[email protected]
107107

108-
- name: Run tests
109-
run: cargo test --all-features
108+
# do not test, because dev-dependencies do not follow MSRV
109+
- name: Build
110+
run: cargo build --all-features

0 commit comments

Comments
 (0)