diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e072910..3a8d9c3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,4 @@ jobs: - uses: actions/checkout@v2 - name: Test commands - run: make test + run: make test-commands diff --git a/test/test_global.sh b/test/commands/test_global.sh similarity index 100% rename from test/test_global.sh rename to test/commands/test_global.sh diff --git a/test/test_local.sh b/test/commands/test_local.sh similarity index 100% rename from test/test_local.sh rename to test/commands/test_local.sh