We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b24f0 commit 8baa608Copy full SHA for 8baa608
1 file changed
ci/all_tests.sh
@@ -58,11 +58,6 @@ for roc_file in $TESTS_DIR*.roc; do
58
$ROC build $roc_file $ROC_BUILD_FLAGS
59
done
60
61
-# prep for next step
62
-cd ci/rust_http_server
63
-cargo build --release
64
-cd ../..
65
-
66
# Check for duplicate .roc file names between EXAMPLES_DIR and TESTS_DIR (this messes with checks)
67
for example_file in $EXAMPLES_DIR*.roc; do
68
example_basename=$(basename "$example_file")
@@ -72,6 +67,11 @@ for example_file in $EXAMPLES_DIR*.roc; do
72
fi
73
74
69
70
+# prep for next step
71
+cd ci/rust_http_server
+cargo build --release
+cd ../..
+
75
# check output with linux expect
76
for roc_file in $EXAMPLES_DIR*.roc; do
77
base_file=$(basename "$roc_file")
0 commit comments