We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2991bd0 commit d15700bCopy full SHA for d15700b
3 files changed
.github/workflows/ci.yml
@@ -0,0 +1,20 @@
1
+name: "NaiveDate CI"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
+ - '*'
10
11
+jobs:
12
+ macos-run-tests:
13
+ name: Unit Tests (macOS, Xcode 13.2)
14
+ runs-on: macOS-11
15
+ env:
16
+ DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
17
+ steps:
18
+ - uses: actions/checkout@v2
19
+ - name: Run Tests
20
+ run: swift test
.gitignore
@@ -1,6 +1,7 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+.swiftpm/
## Build generated
build/
.travis.yml
0 commit comments