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
+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