Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 18:23:36 +00:00
parent 05356955f8
commit 2c72446c0b

View File

@@ -1,6 +1,5 @@
import pytest import pytest
import tempfile import tempfile
import os
from pathlib import Path from pathlib import Path
@@ -65,4 +64,4 @@ cmd cargo build --release
- 1700000002 - 1700000002
cmd curl localhost:8080/api/health cmd curl localhost:8080/api/health
""".strip()) """.strip())
return history_file return history_file