Skip to content

Commit

Permalink
.github/workflows/testing.yml: test commands individually
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 1, 2024
1 parent 6d8f65e commit 4158465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- { uses: actions/[email protected], with: { fetch-depth: 0, submodules: recursive, github-server-url: 'https://github.com' } }
- run: git fetch -f --tags && git describe --long # Fix actions/checkout#290
- run: pwd
- run: ls -al
- run: ./testing.sh -x
- run: |
make check V=1
Expand Down

0 comments on commit 4158465

Please sign in to comment.