Skip to content

Commit

Permalink
refactor: fix template registration grpc (#6249)
Browse files Browse the repository at this point in the history
Easier calling of template registration
  • Loading branch information
stringhandler authored Apr 12, 2024
1 parent 51fb36d commit f6196cb
Show file tree
Hide file tree
Showing 28 changed files with 522 additions and 610 deletions.
10 changes: 10 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ linker = "aarch64-linux-gnu-gcc"

[target.riscv64gc-unknown-linux-gnu]
linker = "riscv64-linux-gnu-gcc"


[alias]
ci-fmt = "fmt --all -- --check"
ci-fmt-fix = "fmt --all"
ci-clippy = "lints clippy --all-targets --all-features"
ci-test-compile = "test --no-run --workspace --all-features --no-default-features"
ci-test = "nextest run --all-features --release --workspace --exclude tari_integration_tests --profile ci"
ci-cucumber = "test --all-features --release --package integration_tests"
#ci-check = "check --workspace --release --all-features --all-targets --lock
1 change: 0 additions & 1 deletion Cargo.lock

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

Loading

0 comments on commit f6196cb

Please sign in to comment.