Skip to content

Commit

Permalink
changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Jul 5, 2024
1 parent 5373c93 commit fec2352
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 @@ -55,7 +55,7 @@ test_ci: venv
@echo -e "${GREEN}======== Installing Stacy for Clarity ========${NC}"
./venv/bin/pip install $(PATH2)
@echo -e "${GREEN}======== Testing detectors ========${NC}"
./tests.sh > $(GITHUB_WORKSPACE)/test.out
make unittest > $(GITHUB_WORKSPACE)/test.out

unittest: venv install
cd tests/ && python3 -m unittest test_module1 && cd ..
Expand Down

0 comments on commit fec2352

Please sign in to comment.