Skip to content

fix: clean envar after test and update task test to run unit test seq… #16

fix: clean envar after test and update task test to run unit test seq…

fix: clean envar after test and update task test to run unit test seq… #16

Workflow file for this run

name: Rust Unit Test
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Unit Test
run: cargo test -- --nocapture