Skip to content

Commit 8ee6790

Browse files
make tests -> make test
1 parent f297ca3 commit 8ee6790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build tests with coverage
2525
run: |
2626
make clean
27-
make tests COVERAGE=1 CXX=g++ CXXFLAGS="-std=c++14 -O0 -g --coverage" LDFLAGS="--coverage"
27+
make test COVERAGE=1 CXX=g++ CXXFLAGS="-std=c++14 -O0 -g --coverage" LDFLAGS="--coverage"
2828
2929
- name: Run tests
3030
run: ./bin/test_main

0 commit comments

Comments
 (0)