Skip to content

refactor

refactor #79

Workflow file for this run

name: Unit test for rust-gd
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rust-gd tests
run: |
cargo test --verbose