Skip to content

Commit

Permalink
fix tests, fix language check
Browse files Browse the repository at this point in the history
  • Loading branch information
GErP83 committed Nov 5, 2024
1 parent 285bfbc commit 0989fed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .unacceptablelanguageignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tests/TestifySDKTests/Resources/json/Kitura-coverage.json
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ baseUrl = https://raw.githubusercontent.com/BinaryBirds/github-workflows/refs/he
test:
swift test --parallel

language:
curl -s $(baseUrl)/check-unacceptable-language.sh | bash

lint:
curl -s $(baseUrl)/run-swift-format.sh | bash

Expand Down
3 changes: 3 additions & 0 deletions Tests/TestifySDKTests/TestifyJunitTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation
import XCTest
#if canImport(FoundationXML)
import FoundationXML
#endif

@testable import TestifySDK

Expand Down

0 comments on commit 0989fed

Please sign in to comment.