Skip to content

Commit

Permalink
Add also skip natives to normal build
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 28, 2024
1 parent 7b5b685 commit df5794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build
run: dotnet build -c Release
run: dotnet build -c Release -p:SkipNatives=true

- name: Test
run: dotnet test -p:SkipNatives=true -p:SkipGen=true
Expand Down

0 comments on commit df5794f

Please sign in to comment.