Skip to content

Commit 23c32e2

Browse files
committed
workflow updates
1 parent cea6a3e commit 23c32e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
run: |
3030
forge --version
3131
32+
- name: Run Forge Install
33+
run: |
34+
forge install
35+
id: install
36+
3237
- name: Run Forge fmt
3338
run: |
3439
forge fmt --check
3540
id: fmt
3641

37-
- name: Install Soldeer
38-
run: |
39-
forge soldeer install
40-
id: soldeer
41-
4242
- name: Run Forge build
4343
run: |
4444
forge build --sizes

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ src = "src"
33
out = "out"
44
libs = ["lib"]
55

6-
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-optionss
6+
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
77

88
remappings = [
99
'@solady/=lib/solady/src/',

0 commit comments

Comments
 (0)