From f330aaf31372cdc9ad44b017d9d14780354b1017 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 30 Aug 2023 16:46:04 +0300 Subject: [PATCH] .github: rename testing workflow file Make it unified with the rest of workflow files. Signed-off-by: Anna Shaleva --- .github/workflows/{run_tests.yml => tests.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{run_tests.yml => tests.yml} (100%) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/run_tests.yml rename to .github/workflows/tests.yml diff --git a/README.md b/README.md index 0fbd656ad..278615782 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@
[![codecov](https://codecov.io/gh/nspcc-dev/neo-go/branch/master/graph/badge.svg)](https://codecov.io/gh/nspcc-dev/neo-go) -[![GithubWorkflows Tests](https://github.com/nspcc-dev/neo-go/actions/workflows/run_tests.yml/badge.svg)](https://github.com/nspcc-dev/neo-go/actions/workflows/run_tests.yml) +[![GithubWorkflows Tests](https://github.com/nspcc-dev/neo-go/actions/workflows/tests.yml/badge.svg)](https://github.com/nspcc-dev/neo-go/actions/workflows/tests.yml) [![Report](https://goreportcard.com/badge/github.com/nspcc-dev/neo-go)](https://goreportcard.com/report/github.com/nspcc-dev/neo-go) [![GoDoc](https://godoc.org/github.com/nspcc-dev/neo-go?status.svg)](https://godoc.org/github.com/nspcc-dev/neo-go) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nspcc-dev/neo-go?sort=semver)