Skip to content

Commit

Permalink
Inspect the state
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed May 19, 2024
1 parent 844b3c3 commit 932b284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,18 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/env" >> $GITHUB_PATH
echo "$HOME/.cargo/env" >> $GITHUB_PATH
echo "$GITHUB_PATH"
ls -alh "$HOME"
ls -alh "/root"
- uses: actions/checkout@v2
with:
submodules: true

- name: Build the project
run: |
echo "$GITHUB_PATH"
cargo build --release
build_macos:
Expand Down
1 change: 1 addition & 0 deletions src/connection/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ fn fetchone_summary() {

let summary = connection.summary().unwrap();
assert_eq!(8, summary.len());
panic!("{:?}", summary);
for key in &[
"cost_estimate",
"has_more",
Expand Down

0 comments on commit 932b284

Please sign in to comment.