[misc] separate integration and benchmark test workflows (#3147)

This commit is contained in:
Pascal Fischer
2025-01-03 15:48:31 +01:00
committed by GitHub
parent cfa6d09c5e
commit d9487a5749
5 changed files with 114 additions and 4 deletions

View File

@ -1,3 +1,6 @@
//go:build integration
// +build integration
package integration
import (