We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2063c43 commit 8c816d7Copy full SHA for 8c816d7
.github/workflows/swift.yml
@@ -21,11 +21,11 @@ jobs:
21
with:
22
checkout-scheme: release/6.2
23
- name: Build
24
- run: swift build
+ run: swift build --traits CompatibilityModeAttributeGraphV6
25
working-directory: ./Compute
26
- name: Test
27
run: |
28
- swift test --filter UtilitiesTests
29
- swift test --filter ComputeLayoutDescriptorTests
30
- swift test --filter ComputeTests
+ swift test --traits CompatibilityModeAttributeGraphV6 --filter UtilitiesTests
+ swift test --traits CompatibilityModeAttributeGraphV6 --filter ComputeLayoutDescriptorTests
+ swift test --traits CompatibilityModeAttributeGraphV6 --filter ComputeTests
31
0 commit comments