diff --git a/.github/workflows/go.yml b/.github/workflows/test.yml similarity index 97% rename from .github/workflows/go.yml rename to .github/workflows/test.yml index d8ec651..8a19e6e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go test +name: Test on: push: diff --git a/README.md b/README.md index 4816270..b81f9b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sqls -[![Go test](https://github.com/yinxulai/sqls/actions/workflows/go.yml/badge.svg)](https://github.com/yinxulai/sqls/actions/workflows/go.yml) +[![Go test](https://github.com/yinxulai/sqls/actions/workflows/test.yml/badge.svg)](https://github.com/yinxulai/sqls/actions/workflows/test.yml) sqls is prepared for developers who like to write `sql` by themselves instead of using `ORM`. There is nothing special, it just simply helps you edit `sql` better. diff --git a/README_CN.md b/README_CN.md index a2e6990..4599da1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,7 @@ # sqls +[![Go test](https://github.com/yinxulai/sqls/actions/workflows/test.yml/badge.svg)](https://github.com/yinxulai/sqls/actions/workflows/test.yml) + sqls 是针对喜欢自己编写 `sql` 而不是使用 `ORM` 的开发者准备的,没有任何特殊的东西,只是简单的帮助你更好的编辑 `sql` > sqls 的含义是 `sql+s`,其中 `s` 的含义是 `string` 以及 `simple`、`small`