Skip to content

Commit 9f41393

Browse files
committed
add Linux testing to CI
1 parent 87028d2 commit 9f41393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
python-version: [3.5, 3.6, 3.7, 3.8]
1313
platform: [
14+
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
1415
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
1516
{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
1617
{ os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },

0 commit comments

Comments
 (0)