Skip to content

Commit

Permalink
feature add to get holidays #2 mod actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kynmh69 committed Mar 10, 2024
1 parent 218d0c8 commit 7b63255
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env:

jobs:



test-updater:
runs-on: ubuntu-latest
steps:
Expand All @@ -28,12 +30,12 @@ jobs:
- name: Build
run: |
cd ${{ env.UPDATER_DIR }}
go build -v .
go build -v ./...
- name: Test
run: |
cd ${{ env.UPDATER_DIR }}
go test -v .
go test -v ./...
test-api:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b63255

Please sign in to comment.