Skip to content

Commit

Permalink
add Linux testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Mar 24, 2020
1 parent 87028d2 commit 9f41393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
platform: [
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
{ os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
Expand Down

0 comments on commit 9f41393

Please sign in to comment.