Skip to content

Convert PChar to an enum instead of const strings #217

Convert PChar to an enum instead of const strings

Convert PChar to an enum instead of const strings #217

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Build
working-directory: pets-lib
run: cargo build --verbose
- name: Run tests
working-directory: pets-lib
run: cargo test --verbose