Skip to content

Commit

Permalink
tests: update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jun 22, 2024
1 parent c56d39f commit 64c9413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Go Tests
run: |
mkdir -p tests/data
make tests-coverage
lint:
Expand Down Expand Up @@ -78,4 +79,4 @@ jobs:
- name: build & execute
run: |
go build -ldflags="-X 'github.com/karl-cardenas-coding/mywhoop/cmd.VersionString=1.0.0'" -o=mywhoop -v
./mywhoop version
./mywhoop

0 comments on commit 64c9413

Please sign in to comment.