remove testFail
from tests and prefer vm.expectRevert
#38
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: Pull request | |
permissions: | |
issues: write | |
pull-requests: write | |
on: | |
pull_request: | |
jobs: | |
forge-fmt: | |
name: Forge format | |
uses: ./.github/workflows/forge-fmt.yml | |
secrets: inherit | |
forge-test: | |
if: github.head_ref != 'main' # already triggered by push | |
name: Forge tests | |
uses: ./.github/workflows/forge-test.yml | |
secrets: inherit | |
analyse: | |
name: Slither analysis | |
uses: ./.github/workflows/slither.yml | |
secrets: inherit |