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 cb99bc0 commit db3cd27Copy full SHA for db3cd27
.github/workflows/swift.yml
@@ -23,8 +23,10 @@ jobs:
23
runs-on: macos-latest
24
25
steps:
26
+ - name: Get swift version
27
+ run: swift --version
28
- uses: actions/checkout@v2
29
- name: Build
30
run: swift build -v
31
- name: Run tests
- run: swift test --skip MailTMSwift_BlackboxTests
32
+ run: swift test --filter MailTMSwiftTests
README.md
@@ -1,3 +1,3 @@
1
-# mail-tm-swift
+# MailTMSwift
2
3
-A description of this package.
+[](https://github.com/devwaseem/MailTMSwift/actions/workflows/swift.yml)
0 commit comments