Skip to content

Implemented Display for DataValue and added an example for reading Ty… #7

Implemented Display for DataValue and added an example for reading Ty…

Implemented Display for DataValue and added an example for reading Ty… #7

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: auguwu/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}
- run: cargo test --all-features