Skip to content

Commit

Permalink
Merge branch 'main' into sp/security-structures-setup-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiupuhalschi-rdx committed Jan 9, 2025
2 parents 56e4036 + 1292838 commit 28cabf0
Show file tree
Hide file tree
Showing 211 changed files with 1,064 additions and 5,448 deletions.
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }
TARGET_DIR = { value = "target", relative = true }
FIXTURES = "fixtures"
FIXTURES_TX = "fixtures/transaction"
FIXTURES_VECTOR = "fixtures/vector"
FIXTURES_MODELS = "fixtures/models"
FIXTURES_MODELS_GW = "fixtures/models/gateway"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ repos:
name: unit tests
language: system
types: [file, rust]
entry: cargo test --workspace --lib
entry: cargo nextest run --all
pass_filenames: false
Loading

0 comments on commit 28cabf0

Please sign in to comment.