mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
trying to run as standalone jobs
This commit is contained in:
committed by
Jean-Philippe Bossuat
parent
fab9ce9638
commit
694f58ad72
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -2,13 +2,13 @@ name: CI Checks
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
- checks:
|
||||
name: Static Checks
|
||||
checks:
|
||||
name: Run staticcheck
|
||||
uses: dominikh/staticcheck-action@v1.2.0
|
||||
with:
|
||||
version: "2022.1"
|
||||
- tests:
|
||||
name: Go ${{ matrix.go }}
|
||||
tests:
|
||||
name: Run Go ${{ matrix.go }} tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user