Skip to content

Commit

Permalink
Fix ECDH workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jul 9, 2024
1 parent e7526dc commit 8a8358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecdh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: KEM
name: ECDH

on:
push:
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:
- name: 🏃🏻‍♀️ Test Portable Release
run: |
cargo clean
LIBCRUX_DISABLE_SIMD128=1 LIBCRUX_DISABLE_SIMD256=1 cargo test --verbose --release $RUST_TARGET_FLAG
LIBCRUX_DISABLE_SIMD128=1 LIBCRUX_DISABLE_SIMD256=1 cargo test --verbose --release $RUST_TARGET_FLAG

0 comments on commit 8a8358e

Please sign in to comment.