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 21a1c06 commit eb8afd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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}"
cd tests/ && ../venv/bin/python3 -m unittest test_module1 > $(GITHUB_WORKSPACE)/test.out 2>&1 && cd ..
make unittest > $(GITHUB_WORKSPACE)/test.out 2>&1

unittest: venv
./venv/bin/pip uninstall stacy-analyzer -y > /dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion src/stacy_analyzer/tree-sitter-clarity

0 comments on commit eb8afd9

Please sign in to comment.