Skip to content

Commit fa8862d

Browse files
committed
iterate on workflow syntax
1 parent f4de5a8 commit fa8862d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,13 @@ jobs:
121121
run: |
122122
git diff --exit-code
123123
124+
test_bindings_with_sanitizer_prep:
125+
uses: ./.github/workflows/swift-prep.yml
126+
124127
test_bindings_with_sanitizer:
125128
runs-on: ubuntu-20.04
129+
needs: test_bindings_with_sanitizer_prep
126130
steps:
127-
- uses: ./.github/workflows/swift-prep.yml
128131
- name: Test Swift bindings package without address sanitizer
129132
run: |
130133
python ci/toggle_address_sanitation_library.py off

0 commit comments

Comments
 (0)