Skip to content

Updated READMEs.

Updated READMEs. #2

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