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 b212adb commit b5bc50d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

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

0 comments on commit b5bc50d

Please sign in to comment.