Skip to content

Commit

Permalink
add roc check on test-stub.roc
Browse files Browse the repository at this point in the history
  • Loading branch information
imclerran committed Jun 4, 2024
1 parent 9573d3a commit addd986
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ roc='./roc_nightly/roc'

src_dir='./src'

# roc test
# test-stub.roc
$roc check $src_dir/test-stub.roc
$roc test $src_dir/test-stub.roc

# roc check
# main.roc
$roc check $src_dir/main.roc

# roc build
$roc build $src_dir/main.roc --linker=legacy

0 comments on commit addd986

Please sign in to comment.