فهرست منبع

chore(autotest): turn on mysql&pgsql authz scripts test and mqtt topic rewrite&delayed publish

xiangfangyang-tech 3 سال پیش
والد
کامیت
05ddf9f9d4
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      .github/workflows/run_broker_tests.yaml

+ 4 - 4
.github/workflows/run_broker_tests.yaml

@@ -48,8 +48,8 @@ jobs:
       matrix:
         scripts_type:
         - mqtt_subscription_topic_metrics
-#        - mqtt_delayed_publish
-#        - mqtt_topic_rewrite
+        - mqtt_delayed_publish
+        - mqtt_topic_rewrite
 #        - mqtt_retainer
 
     needs: build
@@ -141,7 +141,7 @@ jobs:
         - 13
         scripts_type:
         - pgsql_authn
- #       - pgsql_authz
+        - pgsql_authz
 
     needs: build
     steps:
@@ -242,7 +242,7 @@ jobs:
         - 8
         scripts_type:
         - mysql_authn
-#        - mysql_authz
+        - mysql_authz
 
     needs: build
     steps: