Skip to content

ci: fix release action yaml #7

ci: fix release action yaml

ci: fix release action yaml #7

Workflow file for this run

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