File tree 5 files changed +5
-180
lines changed
5 files changed +5
-180
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- swift_version : ["5.10 "]
15
+ swift_version : ["6.0 "]
16
16
runs-on : ubuntu-22.04
17
17
env :
18
18
OPENGRAPH_WERROR : 1
19
- OPENGRAPH_SWIFT_TESTING : 1
20
19
OPENGRAPH_ATTRIBUTEGRAPH : 0
21
20
OPENGRAPH_COMPATIBILITY_TEST : 0
22
21
container : swift:${{ matrix.swift_version }}-jammy
Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- swift_version : ["5.10.0-RELEASE "]
15
+ swift_version : ["6.0-SNAPSHOT-2024-09-18-a "]
16
16
os : [ubuntu-22.04]
17
17
runs-on : ${{ matrix.os }}
18
18
env :
19
19
OPENGRAPH_WERROR : 1
20
- OPENGRAPH_SWIFT_TESTING : 0
21
20
OPENGRAPH_ATTRIBUTEGRAPH : 0
22
21
OPENGRAPH_COMPATIBILITY_TEST : 0
23
22
steps :
28
27
- name : build
29
28
run : |
30
29
swift build --triple wasm32-unknown-wasi
31
- # Blocked by upstream support for WASM. See https://github.com/apple/swift-testing/issues/228
32
- # - name: test
33
- # run: |
34
- # swift test --triple wasm32-unknown-wasi
30
+ - name : test
31
+ run : |
32
+ swift test --triple wasm32-unknown-wasi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ OPENGRAPH_ROOT="$(dirname $(dirname $(filepath $0)))"
9
9
10
10
cd $OPENGRAPH_ROOT
11
11
12
- export OPENGRAPH_SWIFT_TESTING=0
13
12
swift build
Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ OG_ROOT="$(dirname $(dirname $(filepath $0)))"
9
9
10
10
cd $OG_ROOT
11
11
12
- export OPENGRAPH_SWIFT_TESTING=0
13
12
swift build -Xswiftc -emit-module-interface -Xswiftc -enable-library-evolution
You can’t perform that action at this time.
0 commit comments