瀏覽代碼

Use mise for fuzzing

tags/v2.1.8^2
9seconds 3 月之前
父節點
當前提交
1b4c777ed3
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6
    3
      .github/workflows/ci.yaml

+ 6
- 3
.github/workflows/ci.yaml 查看文件

@@ -92,14 +92,17 @@ jobs:
92 92
           restore-keys: ${{ runner.os }}-go-
93 93
 
94 94
       - name: Cache dependencies
95
-        uses: actions/cache@v2
95
+        uses: actions/cache@v5
96 96
         with:
97 97
           path: ~/go/pkg/mod
98 98
           key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
99 99
           restore-keys: ${{ runner.os }}-go-
100 100
 
101
-      - name: Run fuzzing
102
-        run: make -j4 fuzz
101
+      - uses: jdx/mise-action@v3
102
+        name: Install mise
103
+
104
+      - run: mise tasks run 'test:fuzz:*'
105
+
103 106
 
104 107
   lint:
105 108
     name: Lint

Loading…
取消
儲存