Skip to content

feat!: Add support to ECALL and EBREAK #146

feat!: Add support to ECALL and EBREAK

feat!: Add support to ECALL and EBREAK #146

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install gpp
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gpp
version: 2.27
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-7545c7a2857a873fa1909ec4174032c4e4702116
- name: Run all tests
run: make test-all