Skip to content

Commit 8baa608

Browse files
authored
Update all_tests.sh
1 parent f4b24f0 commit 8baa608

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ci/all_tests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ for roc_file in $TESTS_DIR*.roc; do
5858
$ROC build $roc_file $ROC_BUILD_FLAGS
5959
done
6060

61-
# prep for next step
62-
cd ci/rust_http_server
63-
cargo build --release
64-
cd ../..
65-
6661
# Check for duplicate .roc file names between EXAMPLES_DIR and TESTS_DIR (this messes with checks)
6762
for example_file in $EXAMPLES_DIR*.roc; do
6863
example_basename=$(basename "$example_file")
@@ -72,6 +67,11 @@ for example_file in $EXAMPLES_DIR*.roc; do
7267
fi
7368
done
7469

70+
# prep for next step
71+
cd ci/rust_http_server
72+
cargo build --release
73+
cd ../..
74+
7575
# check output with linux expect
7676
for roc_file in $EXAMPLES_DIR*.roc; do
7777
base_file=$(basename "$roc_file")

0 commit comments

Comments
 (0)