Skip to content

Commit

Permalink
chore: update readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Aug 30, 2023
1 parent b0c72ed commit 4fa67c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ As you can see, global options basically reimplement all [dbg Makefile filters](

## Build

A simple `go build` in the project root folder is enough.
A simple `make build` in the project root folder is enough.

## Test

Given the project aims at making our dbg code testable, there are already quite a few tests implemented.
To run them, a simple `go test ./...` issued from project root folder is enough.
To run them, a simple `make test` issued from project root folder is enough.

## Release artifacts

Expand Down

0 comments on commit 4fa67c5

Please sign in to comment.