Skip to content

fix: Telegram Bot build error #796

fix: Telegram Bot build error

fix: Telegram Bot build error #796

Workflow file for this run

name: Test
on: [push, pull_request]
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
- uses: foundry-rs/setup-snfoundry@v2
with:
starknet-foundry-version: 0.14.0
- name: Run cairo tests
run: snforge test unit_tests
working-directory: contracts