Skip to content

Commit

Permalink
feat: ci test added
Browse files Browse the repository at this point in the history
  • Loading branch information
eddnewgate committed Jul 26, 2024
1 parent e1ab757 commit 721718a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit 721718a

Please sign in to comment.