Skip to content

Commit

Permalink
Included test makefile entry
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 3, 2024
1 parent 791f7af commit 93e81e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ jobs:
limit-access-to-actor: true

- name: Test with pytest
run: |
pytest alibi/explainers/tests
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ check_licenses:
tox-env=default
repl:
env COMMAND="python" tox -e $(tox-env)

.PHONY: test
test:
pytest alibi/explainers/tests_tf1/
pytest alibi

0 comments on commit 93e81e1

Please sign in to comment.