fix: Fixed ignorance of exceptions in assertable nodes (Should, Then). Now exceptions, i.e. from Mock.Verify are handled as failed tests. #5
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: "PR: .NET" | |
on: | |
pull_request: | |
jobs: | |
Checks: | |
uses: Heleonix/workflows/.github/workflows/pr-net.yml@main |