Skip to content

Commit c699da7

Browse files
committed
Correct the run tests step
1 parent b070637 commit c699da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-build-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
cd build
7777
ls -l
78-
./cpp_lab_project_test
78+
./cpp_lab_project_unit_test
7979
8080
# -------------------------------------------------------
8181
# Step 5: Generate code coverage report

0 commit comments

Comments
 (0)