11 changed files
.github/workflows | ||
test.yml + | ||
script | ||
DeployStablecoin.s.sol + | ||
src | ||
Stablecoin.sol + | ||
test | ||
utils | ||
MockERC20.sol + | ||
SigUtils.sol + | ||
DeployStablecoin.t.sol + | ||
Stablecoin.t.sol + | ||
.gitignore + | ||
.gitmodules + | ||
foundry.toml + | ||
README.md | ||
Add comment 1 Plus name: test
Add comment 2 Plus
Add comment 3 Plus on: workflow_dispatch
Add comment 4 Plus
Add comment 5 Plus env:
Add comment 6 Plus FOUNDRY_PROFILE: ci
Add comment 7 Plus
Add comment 8 Plus jobs:
Add comment 9 Plus check:
Add comment 10 Plus strategy:
Add comment 11 Plus fail-fast: true
Add comment 12 Plus
Add comment 13 Plus name: Foundry project
Add comment 14 Plus runs-on: ubuntu-latest
Add comment 15 Plus steps:
Add comment 16 Plus - uses: actions/checkout@v3
Add comment 17 Plus with:
Add comment 18 Plus submodules: recursive
Add comment 19 Plus
Add comment 20 Plus - name: Install Foundry
Add comment 21 Plus uses: foundry-rs/foundry-toolchain@v1
Add comment 22 Plus with:
Add comment 23 Plus version: nightly
Add comment 24 Plus
Add comment 25 Plus - name: Run Forge build
Add comment 26 Plus run: |
Add comment 27 Plus forge --version
Add comment 28 Plus forge build --sizes
Add comment 29 Plus id: build
Add comment 30 Plus
Add comment 31 Plus - name: Run Forge tests
Add comment 32 Plus run: |
Add comment 33 Plus forge test -vvv
Add comment 34 Plus id: test
Add comment 35 Plus