base32 refactoring
.NET Test / .NET tests (push) Failing after 1m54s

This commit is contained in:
2026-07-10 21:53:37 +04:00
parent d11c74e5d6
commit 566c813e8d
18 changed files with 375 additions and 88 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v5
- name: Setup .NET
uses: https://github.com/actions/setup-dotnet@v4
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.x
+2 -1
View File
@@ -6,6 +6,7 @@ on:
tags-ignore:
- '**'
paths-ignore:
- 'LICENSE'
- 'README.md'
- '.gitea/workflows/publish-*.yaml'
pull_request:
@@ -31,7 +32,7 @@ jobs:
10.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore --disable-parallel
- name: Build .NET 10.0
run: dotnet build --no-restore --framework net10.0 --configuration Release ./Core.Tests/Core.Tests.csproj