ci: remove Run tests step from lint workflow
Check Deno code / Check Deno code (pull_request) Failing after 5s
Tests / Unit tests (pull_request) Successful in 11s
Tests / Integration tests (pull_request) Successful in 54s

This commit is contained in:
2026-04-26 14:24:55 +02:00
parent 9b021de765
commit 2f5dabc512
-2
View File
@@ -29,5 +29,3 @@ jobs:
- name: Check linting
run: deno lint
- name: Run tests
run: deno test -A --no-check tests/