Skip to content

Commit

Permalink
Finish tests upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-CZ committed Sep 23, 2024
1 parent f69de78 commit f4d0250
Show file tree
Hide file tree
Showing 2 changed files with 1,250 additions and 1,348 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: build
.PHONY: build
build:
docker run --rm --user $$(id -u):$$(id -g) -v $(PWD):/src -w /src node:20.17.0 bash -c \
'export NPM_CONFIG_PREFIX=~; npm install --no-save; npm run build'
'export NPM_CONFIG_PREFIX=~; npm install --no-save; npx hardhat compile'

.PHONY: checksum
checksum:
Expand All @@ -13,5 +13,5 @@ checksum:
.PHONY: test
test:
docker run --rm --user $$(id -u):$$(id -g) -v $(PWD):/src -w /src node:20.17.0 bash -c \
'export NPM_CONFIG_PREFIX=~; npm install --no-save npm run test'
'export NPM_CONFIG_PREFIX=~; npm install --no-save; npx hardhat test'

Loading

0 comments on commit f4d0250

Please sign in to comment.