Skip to content

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: apt-get update && apt-get install -y git cargo
- uses: actions/checkout@v3
- run: cargo run
- run: cargo test