Skip to content

Commit

Permalink
update pull workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeog committed Sep 9, 2024
1 parent 70eab79 commit a05b081
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.23.1"
- run: go test ./...
- name: Run tests
run: |
cd practice/exercism
go test ./...

0 comments on commit a05b081

Please sign in to comment.