Skip to content

Revert "Fix bug in history suffix removal" #261

Revert "Fix bug in history suffix removal"

Revert "Fix bug in history suffix removal" #261

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- run: ./run-tests.zsh
shell: zsh {0}
test-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- run: sudo apt install zsh
- run: ./run-tests.zsh
shell: zsh {0}