Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: cargo test -p dicom-pixeldata --no-default-features
# test dicom-ul with async feature
- if: matrix.rust == 'stable' || matrix.rust == 'beta'
run: cargo test -p dicom-ul --features async
# test/check library projects with minimum rust version
run: cargo test -p dicom-ul --features async-tls
# test library projects with minimum rust version
- if: matrix.rust == '1.72.0'
run: |
cargo test \
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
target/
*.rs.bk
.idea/
.marscode/
.marscode/
*.crt
*.key
*.csr
*.srl
*.pem
certs/
Loading