Skip to content

Commit

Permalink
+semver:minor Update TUnit (#580)
Browse files Browse the repository at this point in the history
* Update TUnit

* fail-fast false
  • Loading branch information
thomhurst committed Aug 28, 2024
1 parent 44c9557 commit 9670b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
NUGET_PACKAGES: ${{ matrix.os == 'windows-latest' && 'E:\nuget' || null }}
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<PackageVersion Include="TUnit" Version="0.1.503" />
<PackageVersion Include="TUnit" Version="0.1.506" />
<PackageVersion Include="vertical-spectreconsolelogger" Version="0.10.1-dev.20240326.31" />
<PackageVersion Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 9670b04

Please sign in to comment.