Skip to content

Commit

Permalink
Issue #1 - Remove Test Vectors boilerplate in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Sep 27, 2024
1 parent 0cf5a98 commit 4ca263e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
with:
cache: true

- name: hash test inputs
run: |
if ! which sha256sum; then brew install coreutils; fi
sha256sum $(find test-vectors -name '*.json') > test-vector-hashes.txt
- name: Build, Test, and Verify
run: |
# Maven "test" lifecycle will build and test only on MacOS
Expand All @@ -66,11 +61,6 @@ jobs:
with:
cache: true

- name: hash test inputs
run: |
if ! which sha256sum; then brew install coreutils; fi
sha256sum $(find test-vectors -name '*.json') > test-vector-hashes.txt
- name: Resolve Snapshot Version
id: resolve_version
run: |
Expand Down

0 comments on commit 4ca263e

Please sign in to comment.