Skip to content

Commit 770b1f2

Browse files
committed
Fix no newline of file
Fix no newline of file Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
1 parent 07612b1 commit 770b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: cmake --build build
5151

5252
- name: Test
53-
run: ctest --verbose --test-dir build
53+
run: ctest --verbose --test-dir build

0 commit comments

Comments
 (0)