Skip to content

Merge pull request #3 from tomcur/release-plz-2024-06-29T08-41-37Z #21

Merge pull request #3 from tomcur/release-plz-2024-06-29T08-41-37Z

Merge pull request #3 from tomcur/release-plz-2024-06-29T08-41-37Z #21

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