Skip to content

Implement libretro frontend library (#60) #1

Implement libretro frontend library (#60)

Implement libretro frontend library (#60) #1

Workflow file for this run

# for now
on: push
jobs:
check:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: |
cargo test