Add test for deposit/withdraw #1160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |