Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Oct 16, 2023
1 parent 4facc0d commit 95c5647
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ name: go-test

on:
push:
paths:
- "**/*.go"
- ".github/workflows/ci.yml"
pull_request:
paths:
- "**/*.go"
- ".github/workflows/ci.yml"


jobs:
test:
Expand All @@ -21,7 +14,8 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: stable
check-latest: true
- name: Dependencies
run: go get -v -t -d ./...
- name: Go test
Expand Down

0 comments on commit 95c5647

Please sign in to comment.