Skip to content

Implemented create_with_range function #20

Implemented create_with_range function

Implemented create_with_range function #20

Workflow file for this run

name: Test
on: [push, pull_request]
env:
STARKNET_FOUNDRY_VERSION: 0.9.1
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.3.1"
- name: Install starknet foundry
run: curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v ${STARKNET_FOUNDRY_VERSION}
- name: Run cairo tests
run: snforge test