mirror of
https://github.com/grafana/grafana.git
synced 2026-04-11 12:16:30 -04:00
* Fix pkgs-with-tests-named.sh matching tests from subdirectories The find command was recursive by default, causing packages to be included in the results based on test functions in subdirectory packages. Adding -maxdepth 1 matches Go's package semantics where only files in the same directory belong to a package. * ci: trigger integration tests for backend test script changes |
||
|---|---|---|
| .. | ||
| pkgs-with-tests-named.sh | ||
| shard.sh | ||