diff --git a/.github/workflows/forge-ci.yml b/.github/workflows/forge-ci.yml index 9192717f..7eed6b15 100644 --- a/.github/workflows/forge-ci.yml +++ b/.github/workflows/forge-ci.yml @@ -81,7 +81,9 @@ jobs: ./broadcast key: ${{ runner.os }}-build-${{ github.sha }} - name: Test - run: forge test + run: forge test -vvv + - name: Set test snapshot as summary + run: NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY - name: Add comment for test failure if: failure() uses: actions/github-script@v6