Skip to content

Commit 4ad2775

Browse files
committed
CI: run tests
1 parent 439fb7e commit 4ad2775

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Update Mozilla Included CA Certificate List
2222
run: go generate .
2323

24+
- name: Run checks of Mozilla Included CA Certificate List
25+
run: go test -v ./...
26+
2427
- name: Commit changes
2528
id: commit_changes
2629
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)