From 662bb2c9ef20c36899cee00d76663ff0b4483a15 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 23 Nov 2024 18:09:19 -0800 Subject: [PATCH] Run s3-tests against transient-nio2 References #697. --- .github/workflows/ci-main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 39a79d27..a25e3b2c 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -97,6 +97,9 @@ jobs: - name: Run s3-tests run: | ./src/test/resources/run-s3-tests.sh + - name: Run s3-tests with transient-nio2 + run: | + ./src/test/resources/run-s3-tests.sh s3proxy-transient-nio2.conf #Store the target - uses: actions/upload-artifact@v4