switched to Makefile-based jobs

This commit is contained in:
Christian Mouchet
2022-05-17 13:35:38 +02:00
committed by Jean-Philippe Bossuat
parent 3f6590e4e1
commit 5613bb91ea

View File

@@ -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