Update GitHub workflows

This commit is contained in:
Nindi Gill 2022-12-08 14:30:00 +11:00
parent 20c96ab2d4
commit 5ec025d8d0
7 changed files with 250 additions and 12 deletions

15
MistTests/MistTests.swift Normal file
View file

@ -0,0 +1,15 @@
//
// MistTests.swift
// MistTests
//
// Created by Nindi Gill on 8/12/2022.
//
import XCTest
final class MistTests: XCTestCase {
func test() throws {
XCTAssertTrue(true)
}
}