Skip to content

Commit

Permalink
chore: add tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Sep 15, 2023
1 parent 9df29eb commit b69ce5e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ jobs:
with:
fetch-depth: 0

- name: Test
run: go run *.go --help
- name: Test Default
run: go run main.go default --no-backup --yes
- name: Test Save
run: go run main.go save --config /tmp/lp.yml
- name: Test Load
run: go run main.go load --config /tmp/lp.yml --no-backup --yes
- name: Test Version
run: go run main.go version

0 comments on commit b69ce5e

Please sign in to comment.