mirror of
https://github.com/Smaug123/AdventOfCode2021
synced 2025-10-05 07:48:41 +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 .
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user