Skip to content

Potential solution from @dngrs@chaos.social #2

Potential solution from @dngrs@chaos.social

Potential solution from @dngrs@chaos.social #2

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build and test
run: cargo test