Skip to content

Commit

Permalink
added test run to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FredCoen committed Apr 3, 2022
1 parent 4a26a35 commit 8fc487d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on: [push]

name: unit-tests

jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly

- name: Run tests
run: forge test -vvv

0 comments on commit 8fc487d

Please sign in to comment.