From d417214246d10d6a74910b3dc9ef7a3d064c270f Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Tue, 8 Aug 2023 20:13:40 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8a2715..11c0a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: dotnet tool restore - name: Check code format - run: dotnet fantomas --check --recurse . + run: dotnet fantomas --check . - name: Test run: dotnet test -c Release -maxCpuCount -- Expecto.fail-on-focused-tests=true