move all tests under same workflow

This commit is contained in:
aler9 2022-11-07 10:16:46 +01:00
parent e6a9e280b5
commit 16580c8985
2 changed files with 13 additions and 21 deletions

View file

@ -7,7 +7,7 @@ on:
branches: [ main ]
jobs:
test:
test64:
runs-on: ubuntu-20.04
steps:
@ -24,3 +24,15 @@ jobs:
- uses: actions/checkout@v2
- run: make test32
test_highlevel:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19"
- run: make test-highlevel-nodocker

View file

@ -1,20 +0,0 @@
name: test_highlevel
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19"
- run: make test-highlevel-nodocker