Merge pull request #1031 from cpuguy83/fix_envtest_name

Fix typo in job name
This commit is contained in:
Brian Goff
2022-08-31 14:03:00 -07:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ jobs:
run: make test
env-tests:
name: Evntest Tests
name: Envtest Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps: