Skip to content

Commit

Permalink
chore: add some debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jul 15, 2024
1 parent db14935 commit 6dc811d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ jobs:
source $HOME/.cargo/env
run: |
echo "vmx: one"
rustup override set ${{ matrix.rust }}
echo "vmx: two"
$HOME/.cargo/bin/cargo test --release --target ${{ matrix.target }}
echo "vmx: three"
$HOME/.cargo/bin/cargo test --release --features portable --target ${{ matrix.target }}
echo "vmx: four"
# # Linux tests
# linux:
Expand Down

0 comments on commit 6dc811d

Please sign in to comment.