mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
attempt to remove cache
This commit is contained in:
committed by
Jean-Philippe Bossuat
parent
c48d455201
commit
ee82816852
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -2,8 +2,7 @@ name: CI Checks
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
ci:
|
||||
|
||||
- ci:
|
||||
name: Go ${{ matrix.go }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@@ -27,12 +26,10 @@ jobs:
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
||||
- name: Run staticcheck checks
|
||||
- name: Static Checks
|
||||
uses: dominikh/staticcheck-action@v1.2.0
|
||||
with:
|
||||
version: "2022.1"
|
||||
install-go: false
|
||||
cache-key: ${{ matrix.go }}
|
||||
|
||||
- name: Run Makefile checks
|
||||
run: make ci_tests
|
||||
|
||||
Reference in New Issue
Block a user