Skip to content

Commit b0a8a2c

Browse files
weihanglotaiki-e
andcommitted
chore(ci): cargo-hack --no-dev-deps
One thing to note is that the use of the --all-targets flag (that builds tests/examples) needed to be removed and the --no-dev-deps flag is needed. This is because the dev-dependencies use versionless manifests that cannot be read by the old compiler. That said, we are not running tests with the old compiler, so I don't see a problem if the test suite cannot be built on the old compiler. Co-authored-by: Taiki Endo <[email protected]>
1 parent 55b72ab commit b0a8a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ jobs:
258258
steps:
259259
- uses: actions/checkout@v4
260260
- uses: taiki-e/install-action@cargo-hack
261-
- run: cargo hack check --all-targets --rust-version --workspace --no-private
261+
- run: cargo hack check --rust-version --workspace --no-private --no-dev-deps

0 commit comments

Comments
 (0)