Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixa84 committed Apr 30, 2024
1 parent b5bc50d commit 1a552de
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
make clean
make -j$(nproc)
- name: Run tests
run: |
echo "Running tests"
./test/functional/test_runner.py --ci -j$(nproc) --failfast
- name: Publish artifact - linux
uses: actions/upload-artifact@v4
with:
Expand All @@ -51,13 +57,3 @@ jobs:
src/elements-tx
src/elements-util
src/elements-wallet
tests:
needs: build
runs-on: ubuntu-20.04

steps:
- name: Run tests
run: |
echo "Running tests"
./test/functional/test_runner.py --ci -j$(nproc) --failfast

0 comments on commit 1a552de

Please sign in to comment.