Skip to content

Commit

Permalink
Merge pull request #1311 from tahoe-lafs/4040-foolscap-integration-tests
Browse files Browse the repository at this point in the history
Also run Foolscap-only integration tests

Fixes ticket:4040
  • Loading branch information
itamarst committed Jul 20, 2023
2 parents f7f30c7 + b07f279 commit 4b9ebe9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,20 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: macos-12
python-version: "3.11"
force-foolscap: false
- os: windows-latest
python-version: "3.11"
force-foolscap: false
os:
# 22.04 has some issue with Tor at the moment:
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943
- ubuntu-20.04
- macos-12
- windows-latest
python-version:
- "3.11"
force-foolscap:
- false
include:
- os: ubuntu-20.04
python-version: "3.10"
force-foolscap: false
force-foolscap: true
steps:

- name: Install Tor [Ubuntu]
Expand Down
Empty file added newsfragments/4040.minor
Empty file.

0 comments on commit 4b9ebe9

Please sign in to comment.