Skip to content

Commit fc6ceff

Browse files
authored
Update rust dependencies (open-edge-platform#122)
1 parent 3186273 commit fc6ceff

5 files changed

Lines changed: 428 additions & 3 deletions

File tree

.github/workflows/pr_check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
- name: Integration testing
6464
run: |
6565
tox -vvv -e tests-py${{ matrix.tox-env-py }}-${{ matrix.tox-env-os }} -- tests/integration
66+
- name: Rust unit tests
67+
run: |
68+
cd rust/
69+
cargo test
6670
- name: Upload coverage reports to Codecov
6771
uses: codecov/codecov-action@v5
6872
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,4 @@ src/**/*.so
8282
docs/**/_autosummary/
8383

8484
# Rust API
85-
rust/Cargo.lock
8685
rust/target/

0 commit comments

Comments
 (0)