diff --git a/.github/actions/run-go-tests.yml b/.github/workflows/run-go-tests.yml similarity index 95% rename from .github/actions/run-go-tests.yml rename to .github/workflows/run-go-tests.yml index 417cc5b..0ca298b 100644 --- a/.github/actions/run-go-tests.yml +++ b/.github/workflows/run-go-tests.yml @@ -6,7 +6,7 @@ on: - main jobs: - token-minter: + unit-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3