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 d29fa09 commit 3b6bfd1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
env:
Expand Down

0 comments on commit 3b6bfd1

Please sign in to comment.