From bcb374b6704d8019e3db056582c89e0c4b9c03fe Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Mon, 28 Aug 2023 16:59:22 +0100 Subject: [PATCH] Update build.yml to include tests and examples --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1ee45a..0708636 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -238,6 +238,12 @@ jobs: - name: Restore workload run: dotnet workload restore + - name: Build and run tests + run: dotnet test Raylib-cs.Tests -c Release + + - name: Build examples + run: dotnet build Examples -c Release + - name: Create NuGet Package run: dotnet pack Raylib-cs -c Release --output nuget