Skip to content

Commit

Permalink
chore: contracts ci
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Aug 26, 2024
1 parent db07ef0 commit 0df0725
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/contracts_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Bolt-contracts CI

on: [push, pull_request]

jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

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

- name: Run tests
run: forge test -vvv
working-directory: bolt-contracts

0 comments on commit 0df0725

Please sign in to comment.