summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 94c0415..a60d566 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install musl tools
run: sudo apt-get install musl-tools
+ - name: Install ansi2html for tests
+ run: pip3 install ansi2html
- name: Setup target
run: rustup target add ${{ matrix.build.target }}
- name: Test
@@ -61,6 +63,8 @@ jobs:
with:
rust-version: stable
- uses: actions/checkout@v1
+ - name: Install ansi2html for tests
+ run: pip3 install ansi2html
- name: Test
run: cargo test --no-default-features --features iterm2,remote_resources
- name: Format sample