Skip to content

Commit

Permalink
Basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 17, 2023
1 parent 595e28d commit 7382701
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
go-version: '1.20'

- name: Build
run: go mod init zaje && go mod tidy && go build -v && ./zaje -h
run: go build -v
- name: Test
run: apt update && apt install curl
run: mkdir /tmp/syntax_files && curl https://github.com/jessp01/highlight/raw/master/syntax_files/dpkg.yaml > /tmp/syntax_files
run: dpkg -l | ./zaje -s /tmp/syntax_files

#- name: Test
#run: go test -v

0 comments on commit 7382701

Please sign in to comment.