mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
rust unit test
This commit is contained in:
parent
84a2ec7280
commit
a38e326d04
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
@ -33,6 +36,8 @@ jobs:
|
|||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Set execute permissions for build script
|
||||
run: chmod +x target/debug/build/libc-*/build-script-build
|
||||
- name: Clean the build directory
|
||||
run: cargo clean
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue
Block a user