Skip to content

Commit 249cd7e

Browse files
authored
Release 8.1.2 (#1346)
1 parent 55b527c commit 249cd7e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
xcode:
23-
- ^13
24-
- ^14
23+
- ^15
2524
steps:
2625
- uses: maxim-lobanov/setup-xcode@v1
2726
with:

Tests/CorePromise/XCTestManifests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ extension AsyncTests {
1919
static let __allTests__AsyncTests = [
2020
("testAsyncGuaranteeValue", testAsyncGuaranteeValue),
2121
("testAsyncGuaranteeValue", testAsyncGuaranteeValue),
22+
("testAsyncPromiseCancel", testAsyncPromiseCancel),
23+
("testAsyncPromiseCancel", testAsyncPromiseCancel),
2224
("testAsyncPromiseThrow", testAsyncPromiseThrow),
2325
("testAsyncPromiseThrow", testAsyncPromiseThrow),
2426
("testAsyncPromiseValue", testAsyncPromiseValue),

0 commit comments

Comments
 (0)