Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Apr 29, 2024
1 parent fa05b00 commit 11a5129
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests
on:
- push
- pull_request
pull_request:
push:
permissions:
contents: read
jobs:
Expand All @@ -13,11 +13,13 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Check out repository
uses: actions/checkout@v4
go-version-file: hack/ccp/go.mod
cache-dependency-path: hack/ccp/go.sum
- name: Run tests
run: go test -race ./...
working-directory: hack/ccp

0 comments on commit 11a5129

Please sign in to comment.