Skip to content

Add int64/int32 support to Bufany #42

Add int64/int32 support to Bufany

Add int64/int32 support to Bufany #42

Workflow file for this run

name: test suite
# Pushes to long living branches and all PRs
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features