We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229f0b6 commit 0315b00Copy full SHA for 0315b00
.github/workflows/test.yml
@@ -5,10 +5,12 @@ jobs:
5
name: Build and Test
6
strategy:
7
matrix:
8
- os: [macOS-10.15]
+ os: [macOS-10.15, Ubuntu-18.04]
9
include:
10
- os: macOS-10.15
11
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
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Checkout
0 commit comments