mirror of
https://github.com/Smaug123/AdventOfCode2021
synced 2025-10-08 09:18:40 +00:00
Get tests working (#1)
This commit is contained in:
2
.github/workflows/dotnet-core.yaml
vendored
2
.github/workflows/dotnet-core.yaml
vendored
@@ -23,5 +23,7 @@ jobs:
|
||||
run: dotnet build AdventOfCode2021.sln --configuration Release --no-restore
|
||||
- name: Test
|
||||
run: dotnet test AdventOfCode2021.sln --no-restore --verbosity normal
|
||||
- name: Install Fantomas
|
||||
run: dotnet tool restore
|
||||
- name: Run Fantomas
|
||||
run: dotnet tool run fantomas --check -r .
|
||||
|
Reference in New Issue
Block a user