Skip to content

Commit

Permalink
Simplify 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 4c04026 commit 0c80077
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Expand Up @@ -19,14 +19,8 @@ jobs:
- name: Check code format
run: dotnet fantomas --check --recurse .

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build -c Release --no-restore -maxCpuCount

- name: Test
run: dotnet test -c Release --no-build -- Expecto.fail-on-focused-tests=true
run: dotnet test -c Release -maxCpuCount -- Expecto.fail-on-focused-tests=true

- name: Push
if: startsWith(github.ref, 'refs/tags/v/')
Expand Down

0 comments on commit 0c80077

Please sign in to comment.