Skip to content

Commit

Permalink
TEMPORARY - install podman through makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spuiuk committed Aug 3, 2023
1 parent 77e5bd6 commit ee74c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ define runtox
@cd "$(ROOT_DIR)" && tox -e $1
endef

test: functional_test performance_test
test: functional_test podman_install performance_test

podman_install:
dnf install -y podman

functional_test:
@pytest -v `cat testcases/tests|sed 's/^/testcases\//'`
Expand Down

0 comments on commit ee74c2b

Please sign in to comment.