Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Dec 21, 2023
1 parent 8cab066 commit 6212b60
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,818 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ jobs:
- --no-default-features --features non-fips,ring-io,unstable
- --no-default-features --features non-fips,ring-sig-verify,unstable
- --no-default-features --features non-fips,alloc,unstable
- --no-default-features --features non-fips,bindgen,unstable
include:
- args: --no-default-features --features non-fips,bindgen,unstable
envs: AWS_LC_RUST_PRIVATE_INTERNALS=1
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -264,10 +260,6 @@ jobs:
- name: Run cargo test
working-directory: ./aws-lc-rs
run: cargo test ${{ matrix.args }}
- name: Run cargo test w/ environment
if: ${{ matrix.envs }}
working-directory: ./aws-lc-rs
run: env ${{ matrix.envs }} cargo test ${{ matrix.args }}
- name: Run extra tests
working-directory: ./aws-lc-rs-testing
run: cargo test --all-targets
Expand All @@ -289,10 +281,6 @@ jobs:
- --no-default-features --features fips,ring-io,unstable
- --no-default-features --features fips,ring-sig-verify,unstable
- --no-default-features --features fips,alloc,unstable
- --no-default-features --features fips,bindgen,unstable
include:
- args: --no-default-features --features fips,bindgen,unstable
envs: AWS_LC_RUST_PRIVATE_INTERNALS=1
steps:
- uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit 6212b60

Please sign in to comment.