Update rust.yml
This commit is contained in:
parent
3b314e705f
commit
bf4aa33b94
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
@ -20,4 +20,11 @@ jobs:
|
|||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
- name: Upload a Build Artifact
|
||||||
|
uses: actions/upload-artifact@v2.2.4
|
||||||
|
with:
|
||||||
|
# Artifact name
|
||||||
|
name: amdfand
|
||||||
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
|
path: ./target/release/amdfand
|
||||||
|
# The desired behavior if no files are found using the provided path.
|
||||||
|
Loading…
Reference in New Issue
Block a user