Skip to content

Commit 7543654

Browse files
committed
chore: add ci workflow for tests
1 parent 0b144d6 commit 7543654

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Test Cohort 4 Contracts
2+
on:
3+
push:
4+
pull_request:
5+
jobs:
6+
check:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
11+
- name: Setup Starknet Foundry
12+
uses: foundry-rs/setup-snfoundry@v3
13+
14+
- name: Setup Scarb
15+
uses: software-mansion/setup-scarb@v1
16+
with:
17+
scarb-lock: ../../Scarb.lock
18+
19+
- name: Run tests
20+
run: snforge test

0 commit comments

Comments
 (0)