Skip to content

Commit

Permalink
fix test step names
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 21, 2024
1 parent 0609139 commit 536b568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 536b568

Please sign in to comment.