Skip to content

Commit

Permalink
update manual test target and example picture
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Jul 22, 2023
1 parent d3dee02 commit b2cfe7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ tests:
go test -v ./...

manual-check:
@echo "======= With Timestamp: ==========="
@echo "=========== With Everything: ==========="
go run ./levelsDemo 2>&1 | TZ=UTC go run -race .
@echo "======= Without: =================="
go run ./levelsDemo -logger-timestamp=false 2>&1 | TZ=UTC go run -race .
@echo "=========== Without Timestamp nor go Routine ID: ==========="
go run ./levelsDemo -logger-timestamp=false -logger-goroutine=false 2>&1 | go run -race .

.PHONY: tests manual-check
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ Run make for both go tests and human check colorization example
```
make
```

Update the screenshot:

```
make screenshot
```
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2cfe7c

Please sign in to comment.