We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54af098 commit c0bbc58Copy full SHA for c0bbc58
.github/workflows/unit_test.yml
@@ -62,3 +62,6 @@ jobs:
62
63
- name: Running Go Tests
64
run: bash scripts/unit_test.sh
65
+
66
+ - name: Testing check-mode (validating example-config)
67
+ run: build/acme -path-cnf examples/acme.yml -check
0 commit comments