Skip to content

Commit 0315b00

Browse files
Add Linux CI variant
1 parent 229f0b6 commit 0315b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ jobs:
55
name: Build and Test
66
strategy:
77
matrix:
8-
os: [macOS-10.15]
8+
os: [macOS-10.15, Ubuntu-18.04]
99
include:
1010
- os: macOS-10.15
1111
toolchain: https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27-a-osx.tar.gz
12+
- os: Ubuntu-18.04
13+
toolchain: https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27-a-linux.tar.gz
1214
runs-on: ${{ matrix.os }}
1315
steps:
1416
- name: Checkout

0 commit comments

Comments
 (0)