Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Mar 19, 2024
1 parent bf4d6d1 commit 1384367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
done
- name: Update rust
run: rustup update
- name: see_parent
run: cargo test test::test_process -- --nocapture
- name: Build
run: cargo build --verbose --features ci
- name: Run tests
run: cargo test --verbose --features ci

0 comments on commit 1384367

Please sign in to comment.