diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index c3575ddeb2b06a..a36f50f532cc9b 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -99,9 +99,8 @@ jobs: echo $VFLAGS ./v cmd/tools/test_if_v_test_system_works.v ./cmd/tools/test_if_v_test_system_works - # TODO: test-cleancode fails with msvc. Investigate why??? - # - name: All code is formatted - # run: ./v test-cleancode + - name: All code is formatted + run: ./v test-cleancode - name: Test pure V math module run: ./v -exclude @vlib/math/*.c.v test vlib/math/ - name: Self tests