Skip to content

correctly setting the halfcarry in sub and cp (hopefully) #82

correctly setting the halfcarry in sub and cp (hopefully)

correctly setting the halfcarry in sub and cp (hopefully) #82

Workflow file for this run

name: Rust Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo test --all-targets --features ci