Skip to content

Commit

Permalink
Try to echo commands during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Mar 22, 2023
1 parent c4bc301 commit a861eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@ jobs:
env:
TERM: xterm-256color
run: |
set -x
cd example_pkg
spin build
spin test
spin sdist
spin example
- name: Functional tests (other)
if: matrix.os != 'ubuntu-latest'
shell: bash
run: |
set -x
cd example_pkg
spin build
spin test
Expand Down

0 comments on commit a861eda

Please sign in to comment.