Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Did someone say regex? mmmmmaybe
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed May 23, 2022
1 parent d69c39d commit c8c7f5a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,16 @@ jobs:

# Test with workers
- workers: workers
regex: 'A-Fa-f'

- workers: workers
regex: 'G-Lg-l'

- workers: workers
regex: 'M-Rm-r'

- workers: workers
regex: 'S-Zs-z'

steps:
# The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement.
Expand Down Expand Up @@ -366,7 +376,7 @@ jobs:
- run: |
set -o pipefail
WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -p 1 2>&1 | gotestfmt
WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -run Test[${{ matrix.regex || '' }}] 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
Expand Down

0 comments on commit c8c7f5a

Please sign in to comment.