Skip to content

Remaining opcodes

Remaining opcodes #21

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: chip8
steps:
- uses: actions/checkout@v4
- name: Build
run: rustup update unstable && rustup default unstable
run: cargo build --verbose

Check failure on line 22 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 22, Col: 7): 'run' is already defined
- name: Run tests
run: cargo test --verbose