Skip to content

👷 build: bump version to 0.6.3 #120

👷 build: bump version to 0.6.3

👷 build: bump version to 0.6.3 #120

Workflow file for this run

name: Unit Tests (On Push)
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
cargo test --release -- test_ --nocapture