Skip to content

ci: scarb tests

ci: scarb tests #2

Workflow file for this run

name: Cairo test
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
tests:
strategy:
matrix:
scarb: ["latest", "nightly"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: ${{ matrix.scarb }}
- run: scarb fmt --check
- run: scarb build
- run: scarb test