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
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
|
@ -11,14 +11,9 @@ jobs:
|
|||
- run: apk add curl gcc rustup cargo rust
|
||||
- run: cargo check
|
||||
- run: cargo test
|
||||
- run: cargo build --release
|
||||
- name: Package Artifacts
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
cp target/release/wololo artifacts/
|
||||
|
||||
- run: cargo build --release
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: rust-release-artifacts
|
||||
path: artifacts/
|
||||
name: wololo-app
|
||||
path: target/release/wololo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue