Skip to content

Commit

Permalink
add parallel-crypto3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Aug 23, 2024
1 parent 7294317 commit 16c88a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: Checkout submodules to specified refs
if: inputs.submodules-refs != ''
uses: NilFoundation/ci-cd/actions/[email protected]
with:
refs: ${{ inputs.submodules-refs }}
paths: |
${{ github.workspace }}/**
!${{ github.workspace }}/
!${{ github.workspace }}/**/.git/**
- name: Run checks
run: nix flake -L check .?submodules=1#
run: |
cd parallel-crypto3
nix flake update crypto3
nix flake -L check .?submodules=1#
env:
NIX_CONFIG: |
cores = 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main

- name: Run checks
run: nix flake -L check .?submodules=1#
run: |
cd parallel-crypto3
nix flake update crypto3
nix flake -L check .?submodules=1#
env:
NIX_CONFIG: |
cores = 0
Expand Down
30 changes: 0 additions & 30 deletions parallel-crypto3/.github/workflows/pull-request.yml

This file was deleted.

8 changes: 4 additions & 4 deletions parallel-crypto3/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16c88a5

Please sign in to comment.