We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e402e7 commit 75d23d4Copy full SHA for 75d23d4
1 file changed
.github/workflows/coverity-scan.yml
@@ -5,13 +5,6 @@ permissions:
5
6
jobs:
7
coverity:
8
- strategy:
9
- matrix:
10
- os:
11
- c_compiler: gcc
12
- cpp_compiler: g++
13
- runExecutable: ./Connection_Machine_tests
14
-
15
runs-on: ubuntu-latest
16
env:
17
CC: gcc
@@ -40,4 +33,4 @@ jobs:
40
33
with:
41
34
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
42
35
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
43
- command: make -C ${{github.workspace}}/build
36
+ command: make -C ${{github.workspace}}/build
0 commit comments