浏览代码

.github: remove redundant make invocation

Kosma Moczek 3 年之前
父节点
当前提交
f35c9b04f3
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      .github/workflows/c-cpp.yml

+ 0 - 5
.github/workflows/c-cpp.yml

@@ -4,15 +4,10 @@ on: [push, pull_request]
 
 jobs:
   build:
-
     runs-on: ubuntu-latest
-
     steps:
     - uses: actions/checkout@v3
     - name: Install dependencies
       run: sudo apt-get install -y clang-tools check
     - name: make
       run: make
-    - name: make test
-      run: make test
-