Skip to content

Commit 5c0769f

Browse files
committed
Finish GitHub CI test for Linux and macOS.
修改: .github/workflows/test.yml
1 parent a0357c3 commit 5c0769f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ jobs:
6464
cd build
6565
cmake .. -DENABLE_EXTRA=ON -DENABLE_TEST=ON
6666
cmake --build .
67+
cd ..
6768
6869
#--------------------------------------------test--------------------------------------------
6970
- name: Test
7071
run : |
72+
cd build
7173
ctest --verbose
74+
cd ..

0 commit comments

Comments
 (0)