Skip to content

Commit

Permalink
rearrange env variable as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Jan 23, 2024
1 parent 0017d8e commit 0cd3047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spell/spell-reviewer-mainnet-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@
* [ ] Ensure that the `DssExecLib.address` file is not being modified by the spell PR
* [ ] Check all CI tests are passing as at the latest commit
_Insert most recent commit hash where CI was passing_
* [ ] Check all tests are passing locally using `make test`
* [ ] Ensure that any other env variable does not affect execution of the tests (for example, by inspecting the output of `printenv | grep "FOUNDRY_\|DAPP_"`)
* [ ] Check all tests are passing locally using `make test`
```bash
_Insert your local test logs here_
Expand Down Expand Up @@ -357,8 +357,8 @@ _Insert your local test logs here_
* [ ] Ensure that the `DssExecLib.address` file is not being modified by the spell PR
* [ ] Check all CI tests are passing as at the latest commit
_Insert most recent commit hash where CI was passing_
* [ ] Ensure that any other env variable does not affect execution of the tests (for example, by inspecting the output of `printenv | grep "FOUNDRY_\|DAPP_"`)
* [ ] Check all tests are passing locally using `make test`
* [ ] Ensure that `make test` output displays every optional parameter is unset (ie first output line of `make test` is `./scripts/test-dssspell-forge.sh no-match="" match="" block=""`)
```bash
_Insert your local test logs here_
Expand Down

0 comments on commit 0cd3047

Please sign in to comment.