We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f270566 commit 008a9eaCopy full SHA for 008a9ea
3 files changed
.github/workflows/integration_tests.yml
@@ -50,5 +50,5 @@ jobs:
50
files: ./coverage.xml
51
flags: integrationtests
52
env_vars: OS,PYTHON
53
- fail_ci_if_error: false
+ fail_ci_if_error: true
54
verbose: true
.github/workflows/pr_integration_tests.yml
@@ -74,5 +74,5 @@ jobs:
74
75
76
77
78
.github/workflows/unit_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
31
flags: unittests
32
33
34
35
36
unit-test-go:
0 commit comments