Skip to content

Commit

Permalink
Update run-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 15, 2024
1 parent f8bf6cc commit 0cc98c5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ env:
EXTRA_FLAGS: ${{ inputs.extra_flags }}
WITH_TSAN: ${{ inputs.with_tsan && '' || '' }}
TEST_FILTER: ${{ inputs.test_filter != '' && format('--filter={0}', inputs.test_filter) || '' }}
defaults:
run:
shell: bash

# We use the unversioned "jammy" docker tag to specify the "latest" Swift release in several jobs.
jobs:
Expand Down Expand Up @@ -148,13 +145,9 @@ jobs:
- swift:5.10-jammy
- swiftlang/swift:nightly-main-jammy
runs-on: ubuntu-latest
container:
image: ${{ matrix.swift-image }}
options: --privileged
container: ${{ matrix.swift-image }}
timeout-minutes: 60
steps:
- name: GH Runner bug workaround
run: 'if [[ "${ImageVersion}" == "20240310.1.0" ]]; then sysctl -w vm.mmap_rnd_bits=28; fi'
- name: Check out code
uses: actions/checkout@v4
- name: Check Swift compatibility
Expand Down

0 comments on commit 0cc98c5

Please sign in to comment.