Skip to content

Updated test workflows to include test for emulator and use consisten… #1

Updated test workflows to include test for emulator and use consisten…

Updated test workflows to include test for emulator and use consisten… #1

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