Rename tests directory into test
All checks were successful
Build / audit (push) Successful in 8s
Build / test (push) Successful in 13m44s
Build / release (push) Successful in 12m47s

This commit is contained in:
2025-08-11 13:53:48 +03:00
parent 8b3f87ecf2
commit a2e8e1bcf2
6 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: buildenv
steps:
- uses: actions/checkout@v4
- run: hlint src lib tests
- run: hlint src lib test
test:
runs-on: buildenv