Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk committed Oct 6, 2023
1 parent a334fb6 commit 67d9597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ yarn-error.log*
.yarn/
.yarnrc.yml

target/
target/
2 changes: 1 addition & 1 deletion bootloader/test_infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This crate allows you to run the unittests against the bootloader code.
You should put your tests in ../tests/bootloader/bootloader_test.yul, then compile the yul with:

```shell
yarn preprocess && yarn compile-yul
yarn build && yarn preprocess && yarn compile-yul
```

And afterwards run the testing infrastructure:
Expand Down

0 comments on commit 67d9597

Please sign in to comment.