diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:38:38 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:38:38 +0200 |
| commit | 5b124812414fed3335ebb6ede394a656e9d1056a (patch) | |
| tree | cad64e14808112b8f63386929fbf2c5497ebf48e /.github | |
| parent | a9fee8efcff4d279eb646c603ee20b6675e1921e (diff) | |
Add front matter parsing
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
