Skip to content

Commit

Permalink
☂️ Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Mar 15, 2023
1 parent c156170 commit 727ebd2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push]

name: test

on: [push]

jobs:
check:
name: Foundry project
Expand All @@ -16,5 +16,13 @@ jobs:
with:
version: nightly

- name: Run tests
run: forge test -vvv
- name: Run forge build
run: |
forge --version
forge build --sizes
id: build

- name: Run forge test
run: |
forge test --fork-url ${{ secrets.ARCHIVE_NODE_URL_L2 }} -vvv
id: test

0 comments on commit 727ebd2

Please sign in to comment.