Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Jul 8, 2024
1 parent 8df2dc0 commit f1034df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_ci: venv
@echo -e "${GREEN}======== Installing Stacy for Clarity ========${NC}"
./venv/bin/pip install $(REPO_ROOT)
@echo -e "${GREEN}======== Testing detectors ========${NC}"
../venv/bin/python3 -m unittest test_module1 # > $(GITHUB_WORKSPACE)/test.out 2>&1 && cd ..
cd tests && ../venv/bin/python3 -m unittest test_module1 # > $(GITHUB_WORKSPACE)/test.out 2>&1 && cd ..

unittest: venv
./venv/bin/pip uninstall stacy-analyzer -y # > /dev/null 2>&1
Expand Down

0 comments on commit f1034df

Please sign in to comment.