Skip to content

Feat/shrink cpu byte alu #1052

Feat/shrink cpu byte alu

Feat/shrink cpu byte alu #1052

Workflow file for this run

name: Spec tests
on:
pull_request:
branches:
- main
- 'spec/**'
push:
branches: ["**"]
paths: ["spec/**"]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
spec_structure:
name: Spec structure test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- run: python3 spec/tooling/chip.py spec/src/config.toml spec/src/signatures.toml spec/src/*.toml