Skip to content

Merge branch 'main' of github.com:jsfpdn/sdd-rs #66

Merge branch 'main' of github.com:jsfpdn/sdd-rs

Merge branch 'main' of github.com:jsfpdn/sdd-rs #66

Workflow file for this run

name: Test
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test --all-features --tests