Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Added test case for `simple_func_statement.t`
  • Loading branch information
deavmi committed May 26, 2024
1 parent 33fb23f commit e058313
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,10 @@ jobs:
run: |
./tlang compile source/tlang/testing/simple_function_recursion_factorial.t
./tlang.out
- name: Simple function (statement-level)
run: |
./tlang compile source/tlang/testing/simple_func_statement.t
./tlang.out
# TODO: Re-enable when we support the `discard` keyword again
#- name: Simple variables
Expand Down

0 comments on commit e058313

Please sign in to comment.