Skip to content

tests: Remove types tests for bash and zsh until they're implemented #128

tests: Remove types tests for bash and zsh until they're implemented

tests: Remove types tests for bash and zsh until they're implemented #128

Workflow file for this run

name: Test
on:
push:
paths-ignore: ["**/*.md", "flake.lock"]
pull_request:
branches: ["main"]
paths-ignore: ["**/*.md", "flake.lock"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose