From 6894ec91f1cec053b424be03e6881a50aeff3eb9 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 3 May 2024 09:03:38 -0700 Subject: [PATCH] Update go-test.yaml --- .github/workflows/go-test.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index c4efa203c..1d8d2df18 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: go-test on: @@ -33,4 +47,3 @@ jobs: go test ./... -v shell: bash working-directory: ${{ matrix.folder }} -