Skip to content

test: use assert_eq rather than starts_with #25

test: use assert_eq rather than starts_with

test: use assert_eq rather than starts_with #25

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build termsnap
run: cargo build --verbose
- name: Run termsnap tests
run: cargo test --workspace --verbose