Skip to content

Commit 77c9a31

Browse files
committed
makefile: mark all tests as phony
1 parent f348bca commit 77c9a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# SPDX-FileCopyrightText: 2023 Filip Pokorný
1+
# SPDX-FileCopyrightText: 2023-2025 Filip Pokorný, Sebastian Wagner
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33

4-
.PHONY: coverage docs clean
4+
.PHONY: coverage docs clean test codespell codestyle
55

66
coverage:
77
python -m pytest --cov=intelmq -v

0 commit comments

Comments
 (0)