Skip to content

Commit 700c391

Browse files
committed
Clean
1 parent 66046dd commit 700c391

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ jobs:
2828

2929
- name: Run Forge fmt
3030
run: forge fmt --check
31-
id: fmt
3231

3332
- name: Run Forge build
3433
run: forge build --sizes && cp .env.template .env
35-
id: build
3634

3735
- name: Run Forge tests
3836
run: make utest
39-
id: test

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ deploy-adapter:
4040
@echo "Deploying RLCAdapter on: $(RPC_URL)"
4141
forge script script/RLCAdapter.s.sol:Deploy \
4242
--rpc-url $(RPC_URL) \
43+
--broadcast \
4344
-vvv
4445

4546
deploy-oft:
4647
@echo "Deploying RLCOFT on on: $(RPC_URL)"
4748
forge script script/RLCOFT.s.sol:Deploy \
4849
--rpc-url $(RPC_URL) \
50+
--broadcast \
4951
-vvv \
5052

5153
configure-adapter:

0 commit comments

Comments
 (0)