Skip to content

Commit

Permalink
Fix test workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixa84 authored and JBetz committed May 3, 2024
1 parent 09ce697 commit 67c9bc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Run tests
run: |
echo "Running tests"
./test/functional/test_runner.py --ci -j$(nproc) --failfast
./test/functional/test_runner.py --ci -j$(nproc) --timeout-factor=60 --failfast --ansi --combinedlogslen=4000
- name: Publish artifact - linux
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 67c9bc6

Please sign in to comment.