Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

add CI workflows

add CI workflows #7

name: ubuntu cargo test
on: [push, 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