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 160f9c6 commit e716941Copy full SHA for e716941
1 file changed
.github/workflows/test_and_docs.yml
@@ -73,6 +73,7 @@ jobs:
73
- name: Execute Feature Integration Tests
74
run: |
75
bazel test --config=linux-x86_64 //feature_integration_tests/test_cases:fit
76
+ bazel test --config=linux-x86_64 //feature_integration_tests/test_cases:fit_daemon
77
- name: Publish build summary
78
if: always()
79
0 commit comments