Skip to content

Commit

Permalink
fix ut naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuiba committed Sep 23, 2024
1 parent b41b89e commit 397a303
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.linux.arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main", "release/*" ]

jobs:
centos8-gcc921-epoll-release:
gcc921:
runs-on: [self-hosted, Linux, ARM64]

container:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
cd build
ctest -E test-lockfree --timeout 3600 -V
centos8-gcc921-epoll-debug:
gcc921-build-debug:
runs-on: [self-hosted, Linux, ARM64]

container:
Expand All @@ -67,8 +67,3 @@ jobs:
-D PHOTON_ENABLE_FUSE=ON \
-D PHOTON_ENABLE_EXTFS=ON
cmake --build build -j $(nproc) -- VERBOSE=1
- name: Test
run: |
cd build
ctest -E test-lockfree --timeout 3600 -V

0 comments on commit 397a303

Please sign in to comment.