Skip to content

Commit

Permalink
test vector version update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Sep 19, 2024
1 parent bfd4c3c commit d527d68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,14 @@ jobs:
javac Web5AcceptanceTest.java -cp web5-with-dependencies.jar
java -classpath web5-with-dependencies.jar;. Web5AcceptanceTest
rust-test-vectors:
rust-web5-test-vectors:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install latest stable Rust
run: rustup install stable && rustup default stable
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
Expand Down

0 comments on commit d527d68

Please sign in to comment.