Update unit tests in Github workflow

This commit is contained in:
sentientstardust
2026-05-16 22:49:15 +01:00
parent a1b37455f3
commit 47f8d15e0b
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ on:
permissions:
contents: write
actions: read
checks: write
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}