Skip to content

Commit 9ed7662

Browse files
committed
Harden build and update it less monthly, not weekly.
1 parent 339759e commit 9ed7662

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ updates:
88
- package-ecosystem: "gomod" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212

1313
- package-ecosystem: github-actions
1414
directory: /
1515
schedule:
16-
interval: "weekly"
16+
interval: "monthly"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bench:
2020
cover:
2121
# This runs the benchmarks just once, as unit tests, for coverage reporting only.
2222
# It does not replace running "make bench".
23+
mkdir -p coverage
2324
go test -v -race -run=. -bench=. -benchtime=1x -coverprofile=coverage/cover.out -covermode=atomic ./...
2425

2526
.PHONY: test

0 commit comments

Comments
 (0)