Skip to content

Commit

Permalink
feat: update README, test.sh, add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Feb 17, 2022
1 parent ecf33f1 commit 14ba45a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run forge tests
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
run: ./test.sh -r 10000
run: ./test.sh -r 10000
2 changes: 1 addition & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Run forge tests
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
run: ./test.sh -r 1000000
run: ./test.sh -r 1000000
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MPLMigration
# MPL Migration

![Foundry CI](https://github.com/maple-labs/loan/actions/workflows/push-to-main.yml/badge.svg) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export RUST_BACKTRACE=full

if [ -z "$test" ]; then match="[contracts/test/*.t.sol]"; else match=$test; fi

forge test --match "$match" -vvv --lib-paths "modules" --contracts "contracts"
forge test --match "$match" -vvv

0 comments on commit 14ba45a

Please sign in to comment.