Skip to content

Commit

Permalink
Add -j2, gh-actions-tests to branches for testing, removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
serban-nicusor-toptal committed Feb 16, 2021
1 parent 4745682 commit a6e148c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Testing

on:
pull_request:
branches: [ develop, master ]
branches: [ develop, master, gh-actions-tests ]
push:
branches: [ develop, master ]
branches: [ develop, master, gh-actions-tests ]
paths-ignore:
- 'licenses/**'
- 'LICENSE.md'
Expand All @@ -22,10 +22,10 @@ jobs:
fail-fast: false
steps:
- name: Check out source code
uses: actions/checkout@v
uses: actions/checkout@v2
with:
submodules: true
- name: Create release branch
- name: Run tests
env:
CXX: clang++-6.0
run: runTests.py src/test/unit
run: runTests.py -j 2 src/test/unit

0 comments on commit a6e148c

Please sign in to comment.