Skip to content

Commit 1274788

Browse files
committed
Add minimal dependancies test
Signed-off-by: Joe Richey <[email protected]>
1 parent a5bf6b1 commit 1274788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
check-doc:
17-
name: Doc deadlinks
17+
name: Docs, deadlinks, minimal dependencies
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
@@ -26,6 +26,7 @@ jobs:
2626
override: true
2727
- run: cargo install cargo-deadlinks
2828
- run: cargo deadlinks -- --features=custom,std
29+
- run: cargo generate-lockfile -Z minimal-versions && cargo test
2930

3031
main-tests:
3132
name: Main tests

0 commit comments

Comments
 (0)