Skip to content

Update to 0.2.0

Update to 0.2.0 #6

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Run Unit Tests
steps:
- uses: actions/checkout@v4
- name: Run cargo test
run: cargo test --verbose