Skip to content

fix(ghactions): warning on release #15

fix(ghactions): warning on release

fix(ghactions): warning on release #15

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features