Skip to content

Commit 350cdd9

Browse files
committedFeb 16, 2024
feat: update CI/CD
1 parent afa4733 commit 350cdd9

File tree

3 files changed

+19
-27
lines changed

3 files changed

+19
-27
lines changed
 

‎.github/workflows/ci.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
- push
3+
- pull_request
4+
5+
jobs:
6+
lint:
7+
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-lint.yaml@main"
8+
9+
build:
10+
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"
11+
12+
test-unit:
13+
needs: ["build"]
14+
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main"
15+
with:
16+
foundry-fuzz-runs: 5000
17+
foundry-profile: "test"
18+
match-path: "test/**/*.sol"
19+
name: "Unit tests"

‎.github/workflows/foundryTest.yml

-19
This file was deleted.

‎.github/workflows/slither.yml

-8
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.