Skip to content

Commit 38e610d

Browse files
committed
Exclude tests from MSRV testing recipe
In practice, dev-deps often have much more lenient MSRV policy than then crate under test. Using `build` rather than `test` works around that.
1 parent 830cfc0 commit 38e610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/necessities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ pinned to minimal versions:
146146

147147
```bash
148148
$ cp ci/Cargo.lock.min ./Cargo.lock
149-
$ cargo +$MSRV test
149+
$ cargo +$MSRV build
150150
```

0 commit comments

Comments
 (0)