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

Merge pull request #157 from TeddyHuang-00/main #342

Merge pull request #157 from TeddyHuang-00/main

Merge pull request #157 from TeddyHuang-00/main #342

Workflow file for this run

name: Run cargo test
on: [push, pull_request]
jobs:
test:
name: runs all tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --workspace