Skip to content

Commit

Permalink
No explicit hpke feature, test nacl on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marlon Baeten <[email protected]>
  • Loading branch information
marlonbaeten committed Jun 24, 2024
1 parent b5a11ad commit fae1cd0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 438 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test && cargo test --doc
- run: |
cargo test
cargo test --doc
cargo test --package tsp --features nacl
cargo-deny:
runs-on: ubuntu-latest
Expand Down
142 changes: 0 additions & 142 deletions .github/workflows/check_BACKUP_126343.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/check_BASE_126343.yml

This file was deleted.

143 changes: 0 additions & 143 deletions .github/workflows/check_LOCAL_126343.yml

This file was deleted.

Loading

0 comments on commit fae1cd0

Please sign in to comment.