Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Aug 8, 2023
1 parent fac5e7d commit d417214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit d417214

Please sign in to comment.