From 8f90afae8fde9a52b10ee8b230706e2f1ce27ce8 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Tue, 31 Dec 2024 06:24:24 +0200 Subject: [PATCH] update test Signed-off-by: George Lemon --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0d2e5f9..df94a9b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: os: - ubuntu-latest - macOS-latest - - windows-latest + # - windows-latest steps: - uses: actions/checkout@v2 - uses: jiro4989/setup-nim-action@v1 @@ -33,7 +33,7 @@ jobs: - run: nimble install denim@#head -Y - run: nimble test - name: "test denim on windows" - if: matrix.os == 'windows-latest' - run: "denim.exe build tests\\myaddon.nim -r -y --cmake" + # if: matrix.os == 'windows-latest' + # run: "denim.exe build tests\\myaddon.nim -r -y --cmake" - name: 'test denim on unix' run: "denim build tests/myaddon.nim -r -y --cmake"