mirror of
https://github.com/Smaug123/AdventOfCode2021
synced 2025-10-05 15:58: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
|
run: dotnet build AdventOfCode2021.sln --configuration Release --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test AdventOfCode2021.sln --no-restore --verbosity normal
|
run: dotnet test AdventOfCode2021.sln --no-restore --verbosity normal
|
||||||
|
- name: Install Fantomas
|
||||||
|
run: dotnet tool restore
|
||||||
- name: Run Fantomas
|
- name: Run Fantomas
|
||||||
run: dotnet tool run fantomas --check -r .
|
run: dotnet tool run fantomas --check -r .
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="../Inputs/Day1.txt" />
|
<EmbeddedResource Include="..\Inputs\Day1.txt" />
|
||||||
<Compile Include="Day1.fs" />
|
<Compile Include="Day1.fs" />
|
||||||
<Compile Include="Program.fs" />
|
<Compile Include="Program.fs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Reference in New Issue
Block a user