Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

chore: Update README.md #108

chore: Update README.md

chore: Update README.md #108

Workflow file for this run

name: Unit Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: Install Stable Toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Test
uses: actions-rs/cargo@v1
with:
command: test