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

last commit people #353

last commit people

last commit people #353

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