Skip to content

Commit

Permalink
Make workspace tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
  • Loading branch information
mirgee committed Jan 12, 2023
1 parent b5517a0 commit c269f93
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 10,666 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
with:
skip-docker-setup: true
- name: "Run workspace tests: general_test"
run: RUST_TEST_THREADS=1 cargo test --workspace --exclude aries-vcx-agent -F "general_test"
run: RUST_TEST_THREADS=1 cargo test --workspace --exclude aries-vcx-agent --exclude libvdrtools -F general_test

test-integration-aries-vcx:
needs: workflow-setup
Expand Down
1 change: 1 addition & 0 deletions agency_client/src/messages/update_com_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl UpdateComMethod {

#[cfg(test)]
mod tests {
use super::*;

#[test]
#[cfg(feature = "general_test")]
Expand Down

0 comments on commit c269f93

Please sign in to comment.