Skip to content

Commit

Permalink
fix: revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed May 6, 2024
1 parent 31c8762 commit 5d4c61b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Tests
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
- uses: foundry-rs/setup-snfoundry@v3
- run: scarb fmt --check
- run: scarb build
- run: snforge test

0 comments on commit 5d4c61b

Please sign in to comment.