fix: hide split char on empty #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: 'test' | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install test dependencies | |
run: sudo apt-get install -y i3-wm gcc gpick xterm | |
- name: Setup test environment | |
run: script/setup.sh | |
- name: Run tests | |
run: cargo test |