1. 06 Aug, 2024 1 commit
  2. 21 Jan, 2024 1 commit
  3. 30 May, 2023 1 commit
  4. 10 Nov, 2022 1 commit
    • Bjorn Svensson's avatar
      CI updates (#1139) · a36686f8
      Bjorn Svensson authored
      * Build CMake generated makefiles
      * Simplify and update checkout
      * Update CI workflow 'C/C++ CI'
      * Some corrections of spelling and naming.
      * Remove running on branch dev since not officially available.
      a36686f8
  5. 02 Nov, 2022 1 commit
    • michael-grunder's avatar
      CI fixes in preparation of release · 2b069573
      michael-grunder authored
      - Upgrade to actions/checkout@v3 as node 12 is being phased out.
      - Perform a manual dnf refresh on RockyLinux during setup.
      - Switch to official cygwin/cygwin-install-action
      2b069573
  6. 05 Aug, 2022 1 commit
  7. 25 Jul, 2022 1 commit
  8. 26 Jun, 2022 1 commit
    • michael-grunder's avatar
      Fix tests so they work for Redis 7.0 · f4b6ed28
      michael-grunder authored
      * Redis >= 7.0.0 disables the `DEBUG` command by default, which we need
        for our unit tests.
      
      * Downgrade to Redis 6.2.x in macOS temporarily
      
        There is a macOS specific TLS error on large payloads when running
        against 7.x.x so temporarily run our tests against 6.2, while we
        investigate the root cause.
      f4b6ed28
  9. 23 Apr, 2022 1 commit
  10. 22 Apr, 2022 1 commit
  11. 01 Feb, 2022 1 commit
  12. 16 Dec, 2021 1 commit
  13. 25 Nov, 2021 1 commit
    • Bjorn Svensson's avatar
      Valgrind returns error exit code when errors found (#1011) · b5716ee8
      Bjorn Svensson authored
      By default Valgrind will return the exit code from the tested process.
      Since our test can return 0 (ALL TESTS PASS) even when a leak was
      found we need to tell Valgrind to return an error code.
      This will fail the CI job when issues are found.
      b5716ee8
  14. 18 Nov, 2021 1 commit
  15. 26 Oct, 2021 1 commit
    • Björn Svensson's avatar
      Add build options for enabling async tests · 648763c3
      Björn Svensson authored
      Asynchronous testcases that requires the event library `libevent`
      can be built and enabled by using the added build flags:
      - ENABLE_ASYNC_TESTS when using CMake
      - TEST_ASYNC when using Make
      
      The async tests are disabled by default to avoid adding new requirements,
      but the testcases are built and run in CI.
      648763c3
  16. 20 Oct, 2021 1 commit
  17. 14 Oct, 2021 1 commit
  18. 12 Oct, 2021 3 commits
  19. 10 Oct, 2021 2 commits