diff options
| author | J08nY | 2024-08-12 18:39:19 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-12 18:39:40 +0200 |
| commit | 77f442d88421986d1b1c979ed1bb9b2f81edd02d (patch) | |
| tree | 145b34450cfefadc0549661874a981c77154980c /.github | |
| parent | bac37f1e676d0f01bcf03679fc58365db5bf2329 (diff) | |
| download | ECTester-77f442d88421986d1b1c979ed1bb9b2f81edd02d.tar.gz ECTester-77f442d88421986d1b1c979ed1bb9b2f81edd02d.tar.zst ECTester-77f442d88421986d1b1c979ed1bb9b2f81edd02d.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7514057..3c79b0f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,6 +15,7 @@ jobs: strategy: matrix: library: [ "botan", "cryptopp", "openssl", "boringssl", "gcrypt", "mbedtls", "ippcp", "nettle", "libressl" ] + fail-fast: false name: Build standalone ${{ matrix.library }} steps: - uses: actions/checkout@v4 |
