Update .github/workflows/test.yml
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 2m18s
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 2m18s
This commit is contained in:
parent
0f88f5a537
commit
a3c1ecf4e6
1 changed files with 3 additions and 8 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -12,13 +12,8 @@ jobs:
|
||||||
- run: cargo check
|
- run: cargo check
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
- run: cargo build --release
|
- run: cargo build --release
|
||||||
- name: Package Artifacts
|
|
||||||
run: |
|
|
||||||
mkdir -p artifacts
|
|
||||||
cp target/release/wololo artifacts/
|
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rust-release-artifacts
|
name: wololo-app
|
||||||
path: artifacts/
|
path: target/release/wololo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue