summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-04-25 18:38:38 +0200
committerNicolas Paul <n@nc0.fr>2023-04-25 18:38:38 +0200
commit5b124812414fed3335ebb6ede394a656e9d1056a (patch)
treecad64e14808112b8f63386929fbf2c5497ebf48e /.github
parenta9fee8efcff4d279eb646c603ee20b6675e1921e (diff)
Add front matter parsing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ebe7dde..dc914ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
- name: Building project
run: make
- name: Testing project
- run: go test
+ run: make test
- name: Downloading CI dependencies
run: |
go install golang.org/x/tools/cmd/goimports@latest