Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run long KDF tests of GitHub Actions #627

Merged
merged 1 commit into from
Apr 24, 2020
Merged

Commits on Apr 24, 2020

  1. Run long KDF tests of GitHub Actions

    Commit f78d72c (Public PBKDF2 API, 2020-01-24) introduced KDF API
    as well as some long running tests which are normally not run, but
    CircleCI was given SOTER_KDF_RUN_LONG_TESTS variable to enable
    those tests.
    
    Use SOTER_KDF_RUN_LONG_TESTS in GitHub Actions too to exercise long KDF
    when running unit tests. Don't do it for "sanitizers" and "leak-check"
    jobs which are already running slow.
    ilammy committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6b752f0 View commit details
    Browse the repository at this point in the history