Skip to content

Commit

Permalink
chore(makefile): create check makefile target
Browse files Browse the repository at this point in the history
The check target is a special target used in our CI.

This should allow our default Jenkins jobs to correctly run our unit
tests and merge
  • Loading branch information
jack-w-shaw authored and hmlanigan committed Jul 23, 2024
1 parent e471b64 commit 01a4dd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ install-snap-dependencies: check-snap-package
install-dependencies: install-snap-dependencies
## install-dependencies: Install all the dependencies



check: juju-unit-test

0 comments on commit 01a4dd9

Please sign in to comment.