Skip to content

Commit

Permalink
chore: remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 30, 2024
1 parent 5ee0f82 commit 08e0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dev cmd *flags:
fi
# run tests in the dev environment
test $saf_telemetry__meter__enabled="false": (dev "up --wait")
test $saf_telemetry__meter__enabled="false": (dev "up")
go test -v ./... -covermode=atomic -coverprofile=coverage.out

# run golangci-lint
Expand Down

0 comments on commit 08e0a92

Please sign in to comment.