Explorar o código

add workflow:memcached service

silenceper %!s(int64=6) %!d(string=hai) anos
pai
achega
d91d1dd630
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/go.yml

+ 4 - 0
.github/workflows/go.yml

@@ -16,6 +16,10 @@ jobs:
         ports:
         - 6379:6379 
         options: --entrypoint redis-server
+      memcached:
+        image: memcached
+        ports:
+          - 11211:11211
     steps:
 
       - name: Set up Go 1.x