Skip to content

Commit

Permalink
Change step order to take advantage of cache
Browse files Browse the repository at this point in the history
  • Loading branch information
efixler committed Feb 16, 2024
1 parent 458b1e6 commit 8ba3a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: test
run: go test -v ./...

0 comments on commit 8ba3a3a

Please sign in to comment.