diff options
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 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  | 
