Skip to content

Add Basic Types + Memory walkthrough to Write your own Cairo VM secti… #298

Add Basic Types + Memory walkthrough to Write your own Cairo VM secti…

Add Basic Types + Memory walkthrough to Write your own Cairo VM secti… #298

Workflow file for this run

name: Test/Fmt
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests_and_format:
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@1.70.0
- uses: actions/checkout@v3
- run: make check_fmt
- run: sudo apt install cpputest -y
- run: make Collections-C
- run: sudo ldconfig
- run: make test
- run: sudo apt install valgrind -y
- run: make SANITIZER_FLAGS=-fno-omit-frame-pointer valgrind
docker_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make docker_build docker_test_and_format