Skip to content

Added tests for all the ALU operations, although lacking the full imp… #35

Added tests for all the ALU operations, although lacking the full imp…

Added tests for all the ALU operations, although lacking the full imp… #35

Workflow file for this run

name: Test Assembler
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Testing
working-directory: ./assembler
run: make test