We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee7f85 commit ee9defaCopy full SHA for ee9defa
.github/workflows/test-expand.sh
@@ -6,6 +6,10 @@ SCRIPT_DIR=$(cd $(dirname $0); pwd)
6
TEST_FILE="test.rs"
7
FILE_HEAD="fn main() {}"
8
9
+if [ -v CI ];then
10
+ rustup component add rustfmt
11
+fi
12
+
13
for MODULE in ${TEST_MODULES[@]};do
14
echo Test module $MODULE
15
python3 $SCRIPT_DIR/../../expand.py $MODULE > $TMP_PATH/$TEST_FILE
0 commit comments