Test infrastructure (#52)

* Adding tests target

* Adding test plan

* Fixing deps

* Add test workflow

* Add config

* More

* Change workflow

* Add test step to release

* Signing changes

* Signing changes

* Remove 11.4 specific test

* More signing
This commit is contained in:
Max Goedjen
2020-03-15 17:04:20 -07:00
committed by GitHub
parent 99c8562cf5
commit 017bdb85a4
11 changed files with 420 additions and 73 deletions

View File

@@ -24,11 +24,4 @@ class SecretKitTests: XCTestCase {
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
func testPerformanceExample() {
// This is an example of a performance test case.
self.measure {
// Put the code you want to measure the time of here.
}
}
}