Skip to content

Commit

Permalink
Add serde support for types (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur authored Jul 24, 2024
1 parent 3cb635d commit d741c77
Show file tree
Hide file tree
Showing 8 changed files with 209 additions and 92 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: cargo fmt -- --check

- name: Clippy
run: cargo clippy --workspace --all-targets
run: cargo clippy --workspace --all-targets --all-features

- name: Test
run: |
cargo test --workspace --all-targets
cargo test --workspace --doc
cargo test --workspace --all-targets --all-features
cargo test --workspace --doc --all-features
msrv:
runs-on: ubuntu-latest
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: dtolnay/[email protected]

- name: Test
run: cargo test
run: cargo test --all-features

generated:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/.vscode
170 changes: 82 additions & 88 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d741c77

Please sign in to comment.