diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index c0c34db9..0b87d5e3 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -171,10 +171,10 @@ jobs: run: | ./tlang compile source/tlang/testing/simple_while.t ./tlang.out - - name: Simple do-while - run: | - ./tlang compile source/tlang/testing/simple_do_while.t - ./tlang.out + #- name: Simple do-while + # run: | + # ./tlang compile source/tlang/testing/simple_do_while.t + # ./tlang.out - name: Simple for-loops run: | ./tlang compile source/tlang/testing/simple_for_loops.t