diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827fc27b1e7..dc5529ad504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -415,9 +415,9 @@ jobs: runs-on: spacetimedb-new-runner-2 # Disable the tests because they are very flaky at the moment. # TODO: Remove this line and re-enable the `if` line just below here. - if: false + #if: false # Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway. - # if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }} + if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }} container: image: ghcr.io/epicgames/unreal-engine:dev-5.6 credentials: @@ -496,7 +496,7 @@ jobs: cd "$GITHUB_WORKSPACE/sdks/unreal" cargo --version - cargo test -- --test-threads=1 + strace -ff -e trace=prlimit64,setrlimit,getrlimit -o /tmp/rlimit-trace cargo test -- --test-threads=1 ' ci_command_docs: