Skip to content

Commit

Permalink
#236: cd to the right directory
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Wallwork <22053413+jwallwork23@users.noreply.github.com>
  • Loading branch information
ddundo and jwallwork23 authored Dec 11, 2024
1 parent de9807f commit 2c320f3
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 @@ -18,7 +18,7 @@ lint:
test: lint
@echo "Running test suite..."
@cd test && make
@cd adjoint && make
@cd test/adjoint && make
@echo "PASS"

coverage:
Expand Down

0 comments on commit 2c320f3

Please sign in to comment.