diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 59cdc81a..ca811239 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -171,3 +171,12 @@ 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 for-loops + run: | + ./tlang compile source/tlang/testing/simple_for_loops.t + ./tlang.out +