Skip to content

Commit

Permalink
enable on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Jan 25, 2021
1 parent 027c7ff commit c898257
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
- name: Test lib
run: go test -v ./...
- name: Test cmd
working_directory: ./cmd/certmin
run: go test -v ./...
working_directory: ./cmd/certmin
- name: Build lib
run: go build
- name: Build cmd
working_directory: ./cmd/certmin
run: go build

working_directory: ./cmd/certmin

0 comments on commit c898257

Please sign in to comment.