From 1a42b1108476e0a602d11d1d98a1dfc011c70880 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Fri, 19 Apr 2024 03:25:01 +0300 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d5caca7..558167f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,11 +10,15 @@ on: - README.* jobs: test: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: nim-version: - 'stable' + os: + - ubuntu-latest + - windows-latest + - macOS-latest steps: - uses: actions/checkout@v2 - uses: jiro4989/setup-nim-action@v1 @@ -26,3 +30,4 @@ jobs: - run: "choosenim show path -y" - run: nimble install -Y - run: nimble test + - run: "denim build tests/myaddon.nim -r -y --cmake"