You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/protocol/README.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,25 +85,6 @@ yarn run test:truffle ${contract name}
85
85
86
86
Adding the optional `--gas` flag will print out a report of contract gas usage.
87
87
88
-
For quick test iterations run:
89
-
90
-
```bash
91
-
yarn run test:quicktest
92
-
```
93
-
94
-
or for a single contract:
95
-
96
-
```bash
97
-
yarn run test:quicktest ${contract name}
98
-
```
99
-
100
-
For `test:quicktest` to work correctly a contract's migration dependencies have to be uncommented in `scripts/bash/backupmigrations.sh`.
101
-
102
-
Compared to the normal test command, quicktest will:
103
-
104
-
1. Not run the pretest script of building solidity (will still be run as part of truffle test) and compiling typescript. This works because truffle can run typescript "natively".
105
-
2. Only migrate selected migrations as set in `backupmigrations.sh` (you'll likely need at least one compilation step since truffle seems to only run compiled migrations)
106
-
107
88
## Making a new release (Foundry)
108
89
109
90
To create a new release using the Foundry script, run the following command:
0 commit comments