Skip to content

Commit

Permalink
fix parallel_calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Sep 10, 2024
1 parent dbc3ad4 commit 0e3ac6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoko/parallel_calls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: test
.PHONY: deploy
.SILENT: deploy
build:
dfx deploy
dfx deploy --no-wallet

.PHONY: test
.SILENT: test
Expand All @@ -18,4 +18,4 @@ test: build
.PHONY: clean
.SILENT: clean
clean:
rm -rf .dfx
rm -rf .dfx

0 comments on commit 0e3ac6a

Please sign in to comment.