Skip to content

Commit

Permalink
re-enable clean code for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 10, 2023
1 parent bd49b43 commit 41a0d62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41a0d62

Please sign in to comment.