Skip to content

Commit

Permalink
corrected paths
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Jun 21, 2023
1 parent 2c7ca0e commit bf02ea4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ jobs:
strategy:
matrix:
package:
- integration-tests
- uid-mux
- actors/actor-ot
- cipher
- universal-hash
- aead
- key-exchange
- point-addition
- prf
- tls
- components/integration-tests
- components/uid-mux
- components/actors/actor-ot
- components/cipher
- components/universal-hash
- components/aead
- components/key-exchange
- components/point-addition
- components/prf
- components/tls
- tlsn
include:
- package: integration-tests
release: true
Expand Down

0 comments on commit bf02ea4

Please sign in to comment.