-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement miniserde-based deserialization
Add fixture testing and serialize object keys Fix object keys in tests
- Loading branch information
1 parent
562c493
commit 4cc2678
Showing
1,047 changed files
with
142,623 additions
and
3,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ jobs: | |
- uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Run clippy | ||
run: cargo clippy --features "runtime-${{ matrix.runtime }} full" | ||
run: cargo clippy --features "runtime-${{ matrix.runtime }} full serde" | ||
|
||
test: | ||
runs-on: ubuntu-latest | ||
|
@@ -131,7 +131,7 @@ jobs: | |
|
||
- uses: taiki-e/install-action@cargo-llvm-cov | ||
- name: Test and gather coverage | ||
run: cargo llvm-cov --lcov --output-path lcov.info --features runtime-${{ matrix.runtime }} | ||
run: cargo llvm-cov --lcov --output-path lcov.info --features "runtime-${{ matrix.runtime }} serde" | ||
- name: Upload to codecov.io | ||
uses: codecov/[email protected] | ||
with: | ||
|
@@ -155,7 +155,7 @@ jobs: | |
- uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Build Documentation | ||
run: cargo doc --lib --no-deps --features "runtime-tokio-hyper full" | ||
run: cargo doc --lib --no-deps --features "runtime-tokio-hyper full serde" | ||
|
||
# Examples tested separately so that we can use crates which don't match our MSRV | ||
examples: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.