Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Oct 29, 2024
1 parent b746004 commit 62a05da
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
default: false
type: boolean

# env:
# Used for Test Vectors
# VECTORS_URL: https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-2.3.0.zip

jobs:
testRust:
strategy:
Expand Down Expand Up @@ -127,14 +123,6 @@ jobs:
' implementation_from_dafny.rs
fi
# - name: Compile MPL TestVectors implementation
# shell: bash
# working-directory: ./mpl/TestVectorsAwsCryptographicMaterialProviders
# run: |
# # This works because `node` is installed by default on GHA runners
# CORES=$(node -e 'console.log(os.cpus().length)')
# make transpile_rust CORES=$CORES

- name: Test Rust
working-directory: ./AwsEncryptionSDK
shell: bash
Expand Down

0 comments on commit 62a05da

Please sign in to comment.