Skip to content

docs: change MOV

docs: change MOV #24

Workflow file for this run

name: cpu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
cpu_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Compile tests
run: RUNTEST=1 make compile-tests
working-directory: cpu
- name: Run tests
run: make run-tests
working-directory: cpu