Skip to content

Commit 22e4509

Browse files
committed
remove test for linux-aarch64
1 parent 955c40b commit 22e4509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
cd build
6565
cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release
6666
cmake --build . --config Release --verbose
67-
ctest -V -C Release
6867
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
6968
- name: Build-macosx
7069
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)