Skip to content

Commit

Permalink
add PKI as dependency for prcheck rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jul 16, 2024
1 parent eca6082 commit 129e434
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 @@ -98,7 +98,7 @@ install: musl test auraed-debug auraescript-debug aer-debug ## Lint, test, and i
docs: docs-crates docs-stdlib docs-other ## Assemble all the /docs for the website locally.

.PHONY: prcheck
prcheck: build lint test-all docs docs-lint ## Meant to mimic the GHA checks (includes ignored tests)
prcheck: pki build lint test-all docs docs-lint ## Meant to mimic the GHA checks (includes ignored tests)

#------------------------------------------------------------------------------#

Expand Down

0 comments on commit 129e434

Please sign in to comment.