We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa4733 commit 350cdd9Copy full SHA for 350cdd9
.github/workflows/ci.yaml
@@ -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
.github/workflows/slither.yml
0 commit comments