Skip to content

feat(chip8): replace parcel with bit decoder #718

feat(chip8): replace parcel with bit decoder

feat(chip8): replace parcel with bit decoder #718

Workflow file for this run

name: Test
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test