Skip to content

Commit 8bfd04d

Browse files
committed
a failing test to reproduce #33
It's strange that something in the dependency graph turns on serde automatically there, even though that doesn't happen when compiling with the crate as dependency.
1 parent 9afe15b commit 8bfd04d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ jobs:
1717
run: make test
1818
- name: docs
1919
run: cargo doc
20+
- name: usage as dependency
21+
run: |
22+
cargo init user
23+
cd user
24+
cargo add --path ..
25+
cargo check
26+
2027

0 commit comments

Comments
 (0)