diff options
| author | Emīls <emils@mullvad.net> | 2024-02-02 13:25:11 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-02-02 13:25:11 +0100 |
| commit | f1f3d2f2135a0b58902059c5c87f461c124831df (patch) | |
| tree | dcd8884066cf86ccfe17012cd3d3dca1f068328c /.github | |
| parent | 34b0c311d5a2b3b39645e5fa013639a45959088d (diff) | |
| download | mullvadvpn-f1f3d2f2135a0b58902059c5c87f461c124831df.tar.xz mullvadvpn-f1f3d2f2135a0b58902059c5c87f461c124831df.zip | |
Run iOS tests when rust builscript is changed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5d8cdb7034..ba5cb823f4 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -4,6 +4,7 @@ on: pull_request: paths: - .github/workflows/ios.yml + - ios/build-rust-library.sh - ios/.swiftformat - ios/**/*.swift - ios/**/*.xctestplan |
