automatically inform authors of GitHub issues about new releases (#2685)

This commit is contained in:
Alessandro Ros 2023-11-12 21:57:55 +01:00 committed by GitHub
parent 83a3086de7
commit 4cf8948fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 54 additions and 17 deletions

40
.github/workflows/code_test.yml vendored Normal file
View file

@ -0,0 +1,40 @@
name: code_test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test_64:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
test_32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test32
test_highlevel:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- run: make test-highlevel-nodocker