Skip to content

Commit

Permalink
Generalise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed Jun 19, 2024
1 parent d02495f commit 6831dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
manylinux: auto
args: --release --locked -j $(nproc) -i python${{ matrix.python-versions }} --out dist
sccache: 'true'
env:
OPENSSL_DIR: /etc/pki/tls

- name: Integration test artifact
run: |
Expand Down
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
bincode = "1.3.3"
reqwest = { version = "0.12.4", features = ["json"] }
tokio = { version = "1.38.0", features = ["full"] }
openssl = { version = "0.10.64", features = ["vendored"] }
#openssl = { version = "0.10.64", features = ["vendored"] }

[package.metadata.cargo-llvm-cov]
# Ignore directories and files that are not part of the Rust source code
Expand Down

0 comments on commit 6831dcd

Please sign in to comment.