From 0010783b296b5b7dd1f2207995370d708b432d34 Mon Sep 17 00:00:00 2001 From: xuser75 Date: Sat, 14 Mar 2026 15:15:11 -0400 Subject: [PATCH] Rename 'make tests' to 'make test' in workflow --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d08733c..f2ca3c7 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: make run: make - - name: make tests - run: make tests + - name: make test + run: make test - name: make examples run: make examples