Skip to content

Commit

Permalink
Use verbose nix build. TODO: remove this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Apr 12, 2024
1 parent cabdc28 commit cfa6ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit cfa6ede

Please sign in to comment.