mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 23:36:29 +00:00
fixes, build tar.br now
This commit is contained in:
parent
5853ece0a8
commit
6e0dc30797
4 changed files with 6 additions and 8 deletions
|
@ -474,6 +474,7 @@ mod cli_run {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[serial(basic_cli_url)]
|
||||
#[cfg_attr(windows, ignore)]
|
||||
fn hello_world() {
|
||||
test_roc_app_slim(
|
||||
|
@ -879,6 +880,7 @@ mod cli_run {
|
|||
|
||||
#[test]
|
||||
#[serial(parser_package)]
|
||||
#[serial(basic_cli_url)]
|
||||
#[cfg_attr(windows, ignore)]
|
||||
fn parse_letter_counts() {
|
||||
test_roc_app_slim(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue