From ae7ad55e72df32c1226b816c9491d80277bef0bd Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 3 Mar 2023 10:03:18 +0800 Subject: [PATCH] chore: update --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4ce0e7e..1257b5e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,6 +4,7 @@ on: push: pull_request: +jobs: testing: runs-on: ubuntu-latest container: golang:1.20-alpine