Essais d'une google action pour lancer les tests des obitools

This commit is contained in:
Eric Coissac
2025-02-19 13:45:43 +01:00
parent 952f85f312
commit bd4a0b5ca5
3 changed files with 21 additions and 2 deletions

19
.github/workflows/obitest.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: "Run the obitools command test suite"
on:
push:
branches:
- master
- V*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.23'
- name: Checkout obitools4 project
uses: actions/checkout@v4
- name: Run tests
run: make obitests