Skip to content

Commit

Permalink
Add backtrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 24, 2025
1 parent fd5cb31 commit 97f48f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
MOON_NODE_VERSION: ${{ matrix.node-version }}
MOONBASE_SECRET_KEY: ${{ secrets.MOONBASE_SECRET_KEY }}
MOONBASE_ACCESS_KEY: ${{ secrets.MOONBASE_ACCESS_KEY }}
RUST_BACKTRACE: '1'
- uses: moonrepo/run-report-action@v1
if: success() || failure()
with:
Expand Down
2 changes: 1 addition & 1 deletion crates/remote/src/grpc_remote_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use bazel_remote_apis::build::bazel::remote::execution::v2::{
use miette::IntoDiagnostic;
use moon_common::color;
use moon_config::RemoteConfig;
use std::{env, error::Error, path::Path};
use std::{env, path::Path};
use tonic::{
metadata::{KeyAndValueRef, MetadataKey, MetadataMap, MetadataValue},
transport::{Channel, Endpoint},
Expand Down

0 comments on commit 97f48f8

Please sign in to comment.