Skip to content

Commit

Permalink
Add serde support for types
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jul 24, 2024
1 parent 3cb635d commit b38fb92
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 91 deletions.
10 changes: 5 additions & 5 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 @@ -42,8 +42,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]

- name: Test
run: cargo test
- name: Build
run: cargo build --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
Loading

0 comments on commit b38fb92

Please sign in to comment.