|
@@ -11,7 +11,7 @@ jobs:
|
|
|
container:
|
|
container:
|
|
|
image: swift
|
|
image: swift
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
|
- name: "Formatting and License Headers check"
|
|
- name: "Formatting and License Headers check"
|
|
|
run: |
|
|
run: |
|
|
|
SWIFTFORMAT_VERSION=0.49.4
|
|
SWIFTFORMAT_VERSION=0.49.4
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
container:
|
|
container:
|
|
|
image: ${{ matrix.image }}
|
|
image: ${{ matrix.image }}
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
|
- name: 🔧 Build
|
|
- name: 🔧 Build
|
|
|
run: swift build ${{ matrix.swift-build-flags }}
|
|
run: swift build ${{ matrix.swift-build-flags }}
|
|
|
timeout-minutes: 20
|
|
timeout-minutes: 20
|
|
@@ -100,7 +100,7 @@ jobs:
|
|
|
container:
|
|
container:
|
|
|
image: ${{ matrix.image }}
|
|
image: ${{ matrix.image }}
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
|
- name: 🧮 Allocation Counting Tests
|
|
- name: 🧮 Allocation Counting Tests
|
|
|
run: ./Performance/allocations/test-allocation-counts.sh
|
|
run: ./Performance/allocations/test-allocation-counts.sh
|
|
|
env: ${{ matrix.env }}
|
|
env: ${{ matrix.env }}
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
container:
|
|
container:
|
|
|
image: ${{ matrix.image }}
|
|
image: ${{ matrix.image }}
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
|
- name: Build without NIOSSL
|
|
- name: Build without NIOSSL
|
|
|
run: swift build
|
|
run: swift build
|
|
|
env:
|
|
env:
|