Skip to content

Commit

Permalink
watchman: get something to test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 3, 2024
1 parent 1666e98 commit d20671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watchman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
name: watchman
command: |
docker compose up -d
go test ./... -bench Benchmark -benchmem > output.txt
go test ./... -bench BenchmarkSearchHandler -benchmem > output.txt
go test ./... -bench BenchmarkJaroWinkler -benchmem >> output.txt

0 comments on commit d20671a

Please sign in to comment.