Skip to content

Commit

Permalink
a failing test to reproduce #33
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Byron committed Nov 26, 2022
1 parent 9afe15b commit 8bfd04d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ jobs:
run: make test
- name: docs
run: cargo doc
- name: usage as dependency
run: |
cargo init user
cd user
cargo add --path ..
cargo check

0 comments on commit 8bfd04d

Please sign in to comment.