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:
push:
branches:
- master
pull-request:
branches:
- master
jobs:
build:
runs-on: [debian-12]
runs-on: debian-12
strategy:
matrix:
go-version: [ '1.22' ]
@ -23,9 +27,9 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Build plugins for all architectures
- name: Build for host architecture
run: |
make build-cross
make build
- name: Run tests
run: |