From 2e01d8a04cee92d8240b9d2e8755e513dcf1eb79 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 19 Jun 2023 22:34:29 +0300 Subject: [PATCH] ci: remove windows-common-controls test --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 537cad2..a96caae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,8 +45,3 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test - - - name: test common-controls-v6 - if: matrix.os == 'windows-latest' - working-directory: examples/windows-common-controls-v6 - run: cargo run