Skip to content

Commit

Permalink
Fix test-mbt-cov Make instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Nov 30, 2023
1 parent 10ced0a commit 8bce148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ test-mbt:
go test ./... -timeout 30m

test-mbt-cov:
cd tests/mbt/driver;\
sh generate_traces.sh;\
go test ./tests/mbt/... -timeout 30m -coverpkg=./... -coverprofile=mbt-profile.out -covermode=atomic

# run E2E tests
Expand Down

0 comments on commit 8bce148

Please sign in to comment.