Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Feb 21, 2024
1 parent 7935faf commit ff212d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: python build/create_tag_body.py

- name: Build
run: dotnet build -c Release src/FluentModbus/FluentModbus.csproj
run: dotnet build -c Release src/FluentModbus/FluentModbus.csproj /maxcpucount:1

- name: Test
run: dotnet test -c Release /p:BuildProjectReferences=false /maxcpucount:1
Expand Down

0 comments on commit ff212d7

Please sign in to comment.