This repository was archived by the owner on Apr 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : sablier-labs/devkit/actions/setup@main
20+ - uses : extractions/setup-just@v3
21+ - uses : foundry-rs/foundry-toolchain@v1
2122 with :
22- package-manager : bun
23+ version : " nightly"
24+ - uses : oven-sh/setup-bun@v2
25+ - run : npm install -g @antfu/ni
26+ - run : bun install
2327
2428 - name : Run all code checks
2529 run : just full-check
2933 runs-on : ubuntu-latest
3034 steps :
3135 - uses : actions/checkout@v5
32- - uses : sablier-labs/devkit/actions/setup@main
36+ - uses : foundry-rs/foundry-toolchain@v1
3337 with :
34- package-manager : bun
38+ version : " nightly"
39+ - uses : oven-sh/setup-bun@v2
40+ - run : bun install
3541
3642 - name : Run unit tests
3743 env :
4450 runs-on : ubuntu-latest
4551 steps :
4652 - uses : actions/checkout@v5
47- - uses : sablier-labs/devkit/actions/setup@main
53+ - uses : foundry-rs/foundry-toolchain@v1
4854 with :
49- package-manager : bun
55+ version : " nightly"
56+ - uses : oven-sh/setup-bun@v2
57+ - run : bun install
5058
5159 - name : Run integration tests
5260 env :
5967 runs-on : ubuntu-latest
6068 steps :
6169 - uses : actions/checkout@v5
62- - uses : sablier-labs/devkit/actions/setup@main
70+ - uses : foundry-rs/foundry-toolchain@v1
6371 with :
64- package-manager : bun
72+ version : " nightly"
73+ - uses : oven-sh/setup-bun@v2
74+ - run : bun install
6575
6676 - name : Run invariant tests
6777 env :
Original file line number Diff line number Diff line change @@ -42,23 +42,6 @@ alias b := build
4242test path = " tests/**/*.sol":
4343 forge test --match-path " {{ path }} "
4444
45- # [group("test")]
46- # test-integration:
47- # FOUNDRY_FUZZ_RUNS=2000 \
48- # FOUNDRY_PROFILE="test-optimized" \
49- # forge test --match-path "tests/integration/**/*.sol"
50-
51- # [group("test")]
52- # test-invariant:
53- # FOUNDRY_PROFILE="test-optimized" \
54- # forge test --match-path "tests/invariant/**/*.sol"
55-
56- # [group("test")]
57- # test-unit:
58- # FOUNDRY_FUZZ_RUNS=2000 \
59- # FOUNDRY_PROFILE="test-optimized" \
60- # forge test --match-path "tests/unit/**/*.sol"
61-
6245# ---------------------------------------------------------------------------- #
6346# PRIVATE SCRIPTS #
6447# ---------------------------------------------------------------------------- #
You can’t perform that action at this time.
0 commit comments