mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
switched to Makefile-based jobs
This commit is contained in:
committed by
Jean-Philippe Bossuat
parent
3f6590e4e1
commit
5613bb91ea
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -14,9 +14,9 @@ jobs:
|
||||
with:
|
||||
go-version: 1.17
|
||||
- name: Setup tools
|
||||
run: make get_tools
|
||||
run: make get_tools
|
||||
- name: Run Makefile checks
|
||||
run: make static_checks
|
||||
run: make static_checks
|
||||
|
||||
tests:
|
||||
name: Run Go ${{ matrix.go }} tests
|
||||
|
||||
Reference in New Issue
Block a user