mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-26 07:54:46 +00:00
Update rust.yml
This commit is contained in:
parent
096b8756cb
commit
292064ce90
1 changed files with 1 additions and 3 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -1,5 +1,3 @@
|
|||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
|
@ -11,7 +9,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Rust project
|
||||
name: Build and test with Cargo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue