mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
Update rust.yml
This commit is contained in:
parent
8ebad72308
commit
8c02417f6f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -17,7 +17,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: actions-rs/clippy-check@v1.0.7
|
||||
- name: rust-clippy-check
|
||||
uses: actions-rs/clippy-check@v1.0.7
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue