mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
chore(ci): update workflow
This commit is contained in:
parent
c4e7f1d1e3
commit
57ebb10331
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Rust
|
||||
name: Rust CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --release
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: copyrat-macos.zip
|
||||
|
|
@ -39,6 +42,9 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --release
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: copyrat-linux.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue