summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-12 02:27:37 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-12 02:27:37 -0800
commit0be6d9e6f423c74cbc108c970d720fc32c60e20c (patch)
tree5361e478f7ff3a832c98dd785ee47f6db984976a
parentdd2fff7fb10cc7a3073cbe9aa7d9cdf001ca2a23 (diff)
downloadwebtest-0be6d9e6f423c74cbc108c970d720fc32c60e20c.tar.gz
Add back Windows to matrix
-rw-r--r--.github/workflows/ci-tests.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 454e0ed..a58bafc 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -20,15 +20,15 @@ jobs:
- "3.9"
os:
- "ubuntu-latest"
-# - "windows-latest"
+ - "windows-latest"
# - "macos-latest"
architecture:
- x64
-# - x86
-# exclude:
+ - x86
+ exclude:
# Linux and macOS don't have x86 python
-# - os: "ubuntu-latest"
-# architecture: x86
+ - os: "ubuntu-latest"
+ architecture: x86
# - os: "macos-latest"
# architecture: x86