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

corrects the cargo instruction #14

corrects the cargo instruction

corrects the cargo instruction #14

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build