Skip to content

Commit

Permalink
Support serde for integer and unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Sep 26, 2023
1 parent bf6e421 commit 942242c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
override: true
components: rustfmt, clippy
- name: Build
run: cargo build --release
run: cargo build --release --all-features
- name: Tests
run: cargo test --release
run: cargo test --release --all-features

0 comments on commit 942242c

Please sign in to comment.