Skip to content

Commit 1df5fcc

Browse files
committed
Update comment.
1 parent 6496721 commit 1df5fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/job-compile-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
working-directory: Extension
4444

4545
# These tests don't require the binary.
46-
# On Linux, it is failing with: Test run terminated with signal SIGSEGV
46+
# On Linux, it is failing (before the tests actually run) with: Test run terminated with signal SIGSEGV.
47+
# But it works on Linux during the E2E test.
4748
- name: Run SingleRootProject tests
4849
if: ${{ inputs.platform != 'linux' }}
4950
run: yarn test --scenario=SingleRootProject --skipCheckBinaries

0 commit comments

Comments
 (0)