Skip to content

Commit

Permalink
Tutput of roc test doesn't appear in pipeline output. Test to see i…
Browse files Browse the repository at this point in the history
…f changing order shows the output.
  • Loading branch information
imclerran committed Jun 4, 2024
1 parent f456020 commit 3f5fa56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ roc='./roc_nightly/roc'

src_dir='./src'

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

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

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

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

0 comments on commit 3f5fa56

Please sign in to comment.