Get tests working (#1)

This commit is contained in:
Patrick Stevens
2021-12-06 19:52:52 +00:00
committed by GitHub
parent 259d088fad
commit 71832bb035
3 changed files with 3 additions and 1 deletions

View File

@@ -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 .

View File

@@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="../Inputs/Day1.txt" />
<EmbeddedResource Include="..\Inputs\Day1.txt" />
<Compile Include="Day1.fs" />
<Compile Include="Program.fs" />
</ItemGroup>