Skip to content

👷 update ci #195

👷 update ci

👷 update ci #195

Workflow file for this run

name: Test
on: [push, pull_request]
env:
SCARB_VERSION: 0.7.0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
- name: Set up Starknet Foundry
uses: foundry-rs/setup-snfoundry@v3
- name: Run cairo tests
run: scarb test