Skip to content

Commit

Permalink
clean up makefile and add testing badge
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bray <[email protected]>
  • Loading branch information
timbray committed Apr 10, 2024
1 parent 2cbb0b9 commit 4423b42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all: test build

test: */*.go
go test -v ./... && go vet ./...
go test ./... && go vet ./...

build: bin/macos-arm/tf bin/macos-x86/tf bin/linux-x86/tf bin/linux-arm/tf

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# topfew

[![Tests](https://github.com/timbray/quamina/actions/workflows/tests.yaml/badge.svg)](https://github.com/timbray/quamina/actions/workflows/go-unit-tests.yaml)


A program that finds and prints out the top few records in which a certain field or combination of fields occurs most frequently.

## Examples
Expand Down

0 comments on commit 4423b42

Please sign in to comment.