Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Added test for -b option
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl authored Jul 2, 2024
1 parent 62dd35a commit 1be43da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: true
cache-dependency-path: "**/go.sum"

- name: Build Jacotest
- name: Build ppolls2024
run: |
go build -o . -v ./...
Expand All @@ -41,5 +41,6 @@ jobs:
./ppolls2024 -f
./ppolls2024 -l
./ppolls2024 -r ec
./ppolls2024 -r ec -b
./ppolls2024 -p

0 comments on commit 1be43da

Please sign in to comment.