Skip to content

Commit cf4aebc

Browse files
committed
Re-enable all tests in Github Actions
1 parent 9769201 commit cf4aebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ matrix.os.image == 'macos-latest' }}
3838

3939
- name: test
40-
run: mvn -B clean test "-Dwatch.mac.backend=${{ matrix.os.mac-backend }}" -Dtest=Basic
40+
run: mvn -B clean test "-Dwatch.mac.backend=${{ matrix.os.mac-backend }}"
4141
env:
4242
DELAY_FACTOR: 3
4343

0 commit comments

Comments
 (0)