File tree Expand file tree Collapse file tree 7 files changed +11
-4
lines changed Expand file tree Collapse file tree 7 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 - name : Check formatting
1414 run : |
15+ ./mfc.sh &> tmp.txt || true
1516 ./mfc.sh format -j $(nproc)
1617 git diff --exit-code
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33. ./mfc.sh load -c f -m g
4- ./mfc.sh build -j 8 --gpu
4+ ./mfc.sh test --dry-run -j 8 --gpu
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ if [ "$job_device" == "gpu" ]; then
55 build_opts=" --gpu"
66fi
77
8-
9- ./mfc.sh build -j 8 $build_opts
8+ ./mfc.sh test --dry-run -j 8 $build_opts
109
1110n_test_threads=8
1211
Original file line number Diff line number Diff line change 4949 cd $BASE
5050 export MFC_PR=$PR
5151 pwd
52+ ./mfc.sh &> tmp.txt || true
5253 ./mfc.sh count_diff
5354
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212
13+ - name : Python setup
14+ run : ./mfc.sh || true
15+
1316 - name : Lint the toolchain
1417 run : ./mfc.sh lint
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ "$job_device" == "gpu" ]; then
55 build_opts=" --gpu"
66fi
77
8- ./mfc.sh build -j 8 $build_opts
8+ ./mfc.sh test --dry-run -j 8 $build_opts
99
1010n_test_threads=8
1111
Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v4
1212
13+ - name : Python setup
14+ run : ./mfc.sh || true
15+
1316 - name : Spell Check
1417 run : ./mfc.sh spelling
You can’t perform that action at this time.
0 commit comments