tests: verifier: scaffolding for verifier integration tests #132
Workflow file for this run
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: Cairo Tests | |
on: pull_request | |
jobs: | |
test_cairo: | |
name: test_cairo | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out main branch | |
uses: actions/checkout@v3 | |
- name: Setup Scarb | |
uses: software-mansion/[email protected] | |
with: | |
scarb-version: "0.5.1" | |
- name: Run Cairo tests | |
run: scarb test |