diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 236d39c..925d54a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: name: Linux Reusable Crypto3 Testing needs: - handle-syncwith - uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-linux.yml@fc033b4fe60244ce95b240adf18a0623961cb9d5 + uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-linux.yml@verbose-nix-build secrets: inherit with: @@ -38,7 +38,7 @@ jobs: name: Mac Reusable Crypto3 Testing needs: - handle-syncwith - uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-mac.yml@fc033b4fe60244ce95b240adf18a0623961cb9d5 + uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-mac.yml@verbose-nix-build secrets: inherit with: @@ -51,4 +51,4 @@ jobs: needs: - test-linux - test-mac - uses: NilFoundation/crypto3/.github/workflows/reusable-publish-result.yml@fc033b4fe60244ce95b240adf18a0623961cb9d5 + uses: NilFoundation/crypto3/.github/workflows/reusable-publish-result.yml@verbose-nix-build