rename high-level tests into E2E tests (#4395)

This commit is contained in:
Alessandro Ros 2025-04-04 14:43:35 +02:00 committed by GitHub
parent 848a8b1031
commit f9bee5f54f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 32 additions and 32 deletions

View file

@ -31,7 +31,7 @@ jobs:
- run: make test32
test_highlevel:
test_e2e:
runs-on: ubuntu-22.04
steps:
@ -43,4 +43,4 @@ jobs:
with:
go-version: "1.23"
- run: make test-highlevel-nodocker
- run: make test-e2e-nodocker