更改自动测试
This commit is contained in:
12
.github/workflows/gitea.yml
vendored
Normal file
12
.github/workflows/gitea.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Gitea Actions Demo
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: rust-latest
|
||||
steps:
|
||||
- name: 编译
|
||||
run: |
|
||||
cargo b -r
|
||||
|
||||
Reference in New Issue
Block a user