From 62a05da965e4629b15a77ba73f88a314e0ac74aa Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Tue, 29 Oct 2024 06:39:03 -0700 Subject: [PATCH] fix workflow file --- .github/workflows/library_rust_tests.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/library_rust_tests.yml b/.github/workflows/library_rust_tests.yml index 74a4b54cf..eb98aa9f2 100644 --- a/.github/workflows/library_rust_tests.yml +++ b/.github/workflows/library_rust_tests.yml @@ -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: @@ -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