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 7007110 commit 91438a2Copy full SHA for 91438a2
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Sentinel core unit tests
42
run: |
43
- bazel test --test_filter=*-ParamMetricTest.TestOperateMetric --test_output=errors --strategy=TestRunner=standalone //sentinel-core/...
+ bazel test --test_filter=*-ParamMetricTest.TestOperateMetric:LoggerTest.* --test_output=errors --strategy=TestRunner=standalone //sentinel-core/...
44
45
- name: Sentinel datasource extension tests
46
0 commit comments