From 49cb073626e7218f414d0a6cfec69a798e32302a Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Thu, 1 Sep 2022 16:17:15 +0200 Subject: CI: Run multithreaded stress test on Linux Signed-off-by: Tormod Volden --- .private/ci-container-build.sh | 1 + libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.private/ci-container-build.sh b/.private/ci-container-build.sh index ac8e707..7419cb7 100755 --- a/.private/ci-container-build.sh +++ b/.private/ci-container-build.sh @@ -64,6 +64,7 @@ tests/umockdev echo "Running stress tests ..." tests/stress +tests/stress_mt EOG EOF diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 4bdd50e..b7f5bb4 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11752 +#define LIBUSB_NANO 11753 -- cgit v1.2.1