chore(deps): bump lib/forge-std from c22437a
to 2f11269
#574
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
test: | |
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main | |
secrets: inherit | |
release: | |
needs: [test] | |
uses: bgd-labs/github-workflows/.github/workflows/release.yml@main |