Skip to content

Commit

Permalink
Update build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Apr 27, 2024
1 parent 18a254b commit b32f552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Lint
run: |
make lint
make clippy
- name: Test Python
run: |
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean : clean-python clean-rust

refresh : clean-python rust

quick-check : refresh lint coverage
quick-check : refresh test-rust lint coverage

## Odd langs ###########################

Expand Down Expand Up @@ -86,7 +86,7 @@ PYTEST = $(PYTHON) -m unittest
test : test-rust
$(PYTEST) discover -v

test-all : compile
test-all : test-rust compile
RUN_SLOW=1 $(MAKE) test

test-tree : compile
Expand Down

0 comments on commit b32f552

Please sign in to comment.