Skip to content

Commit 971abcc

Browse files
committed
fix indentation
1 parent b29dc99 commit 971abcc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/clang.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ jobs:
4343
mkdir build
4444
cd build
4545
../contrib/utilities/run_clang_tidy.sh
46-
mv output.txt ${{ matrix.result-file }}
46+
mv output.txt ${{ matrix.result-file }}
4747
- name: compile
4848
run: |
4949
cd build
50-
make -j 3
50+
cmake -D CMAKE_CXX_FLAGS='-Werror' .
51+
make -j 2
5152
- name: test
5253
run: |
5354
cd build
54-
./aspect --test
55+
./aspect --test
5556
- name: archive test results
5657
uses: actions/upload-artifact@v4
5758
with:

0 commit comments

Comments
 (0)