Skip to content

Add test for deposit/withdraw #1160

Add test for deposit/withdraw

Add test for deposit/withdraw #1160

Workflow file for this run

name: Protostar
on:
push:
paths:
- '**.cairo'
pull_request:
jobs:
check:
name: Protostar project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Protostar
uses: sambarnes/protostar-toolchain@main
- name: Build
run: protostar build-cairo0
- name: Test
run: make test