Skip to content

Commit

Permalink
Add pbjson feature for Protobuf JSON serde
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Sep 28, 2022
1 parent 7418a17 commit 744cedf
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions-rs/cargo@v1.0.3
with:
command: doc
args: --no-deps
args: --all-features --no-deps
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions-rs/cargo@v1.0.3
with:
command: check
args: --all-features

test:
name: Test
Expand All @@ -34,6 +35,7 @@ jobs:
- uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --all-features

rustfmt:
name: Rustfmt
Expand Down Expand Up @@ -66,4 +68,4 @@ jobs:
- uses: actions-rs/cargo@v1.0.3
with:
command: clippy
args: -- -Dwarnings
args: --all-features -- -Dwarnings
Loading

0 comments on commit 744cedf

Please sign in to comment.