refactor: reorganize project in order to include automation #1

Merged
Emmanuel BENOîT merged 19 commits from :master into master 2024-07-19 22:01:35 +02:00
Showing only changes of commit 91ff590b9c - Show all commits

View file

@ -1,14 +1,18 @@
name: Build project name: Build and test project
on: on:
push: push:
branches:
- master
pull-request: pull-request:
branches:
- master
jobs: jobs:
build: build:
runs-on: [debian-12] runs-on: debian-12
strategy: strategy:
matrix: matrix:
go-version: [ '1.22' ] go-version: [ '1.22' ]
@ -23,9 +27,9 @@ jobs:
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
- name: Build plugins for all architectures - name: Build for host architecture
run: | run: |
make build-cross make build
- name: Run tests - name: Run tests
run: | run: |