diff --git a/.github/workflows/curl.yml b/.github/workflows/curl.yml index 31e8ba3..7bc8ad1 100644 --- a/.github/workflows/curl.yml +++ b/.github/workflows/curl.yml @@ -57,6 +57,6 @@ jobs: target: dev tags: oqs-curl-dev - - name: Spot-test - One baseline and one hybrid QSC alg + - name: Test curl run: | docker run -e TEST_TIME=5 -e KEM_ALG=kyber768 -e SIG_ALG=dilithium3 oqs-curl perftest.sh diff --git a/.github/workflows/httpd.yml b/.github/workflows/httpd.yml index 12889e7..7c1f1eb 100644 --- a/.github/workflows/httpd.yml +++ b/.github/workflows/httpd.yml @@ -56,7 +56,7 @@ jobs: ${{ matrix.build.build-args }} tags: oqs-curl - - name: Spot-test - One baseline and one hybrid QSC alg + - name: Test httpd using curl run: | docker network create httpd-test && docker run --network httpd-test --detach --rm --name oqs-httpd oqs-httpd &&