Skip to content

Commit

Permalink
Update Waf Python Tests to be concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 830f52f commit b9fcc16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-waf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
- name: Test
run: python3 waf --run_tests -vv

concurrency:
group: ${ github.workflow }-${ github.ref || github.run_id }
cancel-in-progress: true


concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down

0 comments on commit b9fcc16

Please sign in to comment.