diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2979e31c713..a9ce8b18d5a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,12 +36,12 @@ jobs: target: x86_64-unknown-linux-gnu profile: "debug" - # test-windows: - # name: Test Windows - # uses: ./.github/workflows/reusable-build.yml - # with: - # target: x86_64-pc-windows-msvc - # profile: "debug" + test-windows: + name: Test Windows + uses: ./.github/workflows/reusable-build.yml + with: + target: x86_64-pc-windows-msvc + profile: "debug" test-mac: name: Test Mac