Skip to content

Commit 26972f3

Browse files
committed
i really don't have the time to deal with this...
1 parent e7a02b6 commit 26972f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<p align="center">
44
<a>
5-
<img src="" />
5+
<img src="https:/img.shields.io/github/workflow/status/benkoska/csv.swift/main/master" />
66
</a>
77
</p>

Tests/CSVTests/Tests/CSVParserAsyncTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import XCTest
99
@testable import CSV
1010

11+
#if !os(Linux)
1112
@available(macOS 12.0.0, *)
1213
final class CSVParserAsyncTests: XCTestCase {
1314
let data: Data = "1635724800000,53228.92000000,53265.47000000,53218.59000000,53233.40000000,1.00359000,1635724859999,53430.40481810,64,0.97545000,51931.96981100,0".data(using: .utf8)!
@@ -73,3 +74,4 @@ final class CSVParserAsyncTests: XCTestCase {
7374
XCTAssert(parser.next() == nil)
7475
}
7576
}
77+
#endif

0 commit comments

Comments
 (0)