summaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 6ea16196b..2189756bb 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -34,6 +34,6 @@ jobs:
34 - name: make 34 - name: make
35 run: make 35 run: make
36 - name: make tests 36 - name: make tests
37 run: make tests 37 run: ./.github/run_test.sh ${{ matrix.configs }}
38 env: 38 env:
39 TEST_SSH_UNSAFE_PERMISSIONS: 1 39 TEST_SSH_UNSAFE_PERMISSIONS: 1