diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-25 17:39:16 +0200 | 
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-25 17:39:16 +0200 | 
| commit | 606e03e10550b55ba87ac107d28e2b2e61874e94 (patch) | |
| tree | 63d06935b5441953458499d56cda72ef7d34f7c6 /.github/workflows | |
| parent | 1ab9ba20b482271d27456d6d52c124991278a299 (diff) | |
use make in CI
Diffstat (limited to '.github/workflows')
| -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 4f79fab..ebe7dde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs:          with:            go-version: ${{ matrix.go_version }}        - name: Building project -        run: go build -race -v -o=crocc . +        run: make        - name: Testing project          run: go test        - name: Downloading CI dependencies  | 
