Skip to content
Snippets Groups Projects
Commit 8666917e authored by dilawar's avatar dilawar :ant:
Browse files

chore: removed tests run by bash.

parent e7810cdb
No related branches found
No related tags found
1 merge request!2version 0.2.0
Pipeline #3722 failed with stages
in 1 minute and 36 seconds
...@@ -19,7 +19,6 @@ lint: ...@@ -19,7 +19,6 @@ lint:
test: lint build test: lint build
$(POETRY) run pytest tests bitia $(POETRY) run pytest tests bitia
bash tests/test_cli.sh
fix: fix:
$(POETRY) run black bitia $(POETRY) run black bitia
......
#!/bin/bash
set -e
poetry run bitia run "ls -ltrh /"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment