diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 4afa0954..69d12cac 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -91,10 +91,10 @@ jobs: run: ./tlang typecheck source/tlang/testing/typecheck/simple_function_call.t - name: Simple function call 1 run: ./tlang typecheck source/tlang/testing/typecheck/simple_function_call_1.t - - name: Simple float constant - run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant.t - - name: Simple float constant bad - run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant_bad.t +# - name: Simple float constant +# run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant.t +# - name: Simple float constant bad +# run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant_bad.t - name: Simple string run: ./tlang typecheck source/tlang/testing/typecheck/simple_string.t - name: Simple array