Skip to content

Commit 66d5679

Browse files
PJ FechnerPJ Fechner
authored andcommitted
Test
1 parent 2e75c42 commit 66d5679

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/multiplatform-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
ubuntu-swift-test:
4848
name: latest Ubuntu swift tests
4949
runs-on: ubuntu-latest
50+
container:
51+
image: swift:latest
5052
steps:
5153
- uses: actions/checkout@v4
5254
- name: Build

Tests/LinuxMain.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import XCTest
22
import Quick
33

44
@testable import CodableWrappersTests
5+
@testable import CodableWrappers
56
//@testable import CodableWrapperMacrosTests
67

78
let allTestClasses = [

0 commit comments

Comments
 (0)