Skip to content

👷 build: bump version to 0.6.4 #128

👷 build: bump version to 0.6.4

👷 build: bump version to 0.6.4 #128

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