Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwang371 committed Jan 26, 2025
1 parent 013f3f3 commit 6905eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ spearlet: pkg/spear

test: workload
@set -e; \
pushd $(REPO_ROOT); \
cd $(REPO_ROOT); \
go test -v test/... && \
for dir in $(SUBDIRS); do \
make -C $$dir test; \
done; \
popd
cd ..

workload: build
@set -e; \
Expand Down

0 comments on commit 6905eff

Please sign in to comment.