Skip to content

chore: update bech32 and base64 #61

chore: update bech32 and base64

chore: update bech32 and base64 #61

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mozilla-actions/sccache-action@v0.0.3
- run: cargo clippy --all-features --all-targets
- run: cargo test --all-features --all-targets