Skip to content

Unit Testing

Unit Testing #27

Workflow file for this run

name: Unit Testing
run-name: Unit Testing
on: [push]
jobs:
Rust-Unit-Tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: "test local rust"
uses: Kristories/cargo-test@v1.0.0