Skip to content

Commit

Permalink
CI: don't run unit test yet (to be investigated)
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim A. Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Oct 8, 2024
1 parent 228b6ee commit ab7954c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Build
working-directory: build
run: cmake --build . --verbose
- name: Run Unit Test
working-directory: build/test
run: ./test_unit
# - name: Run Unit Test
# working-directory: build/test
# run: ./test_unit
- name: Run Simple Test
working-directory: build/test
run: ./test_simple
Expand All @@ -113,9 +113,9 @@ jobs:
- name: Build
working-directory: build
run: cmake --build . --verbose
- name: Run Unit Test
working-directory: build/test
run: ./test_unit
# - name: Run Unit Test
# working-directory: build/test
# run: ./test_unit
- name: Run Simple Test
working-directory: build/test
run: ./test_simple

0 comments on commit ab7954c

Please sign in to comment.