Compare commits
1 Commits
v_release_
...
dc0040c2d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
dc0040c2d1
|
18
.gitea/workflows/release/check.yaml
Normal file
18
.gitea/workflows/release/check.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Check go code
|
||||||
|
|
||||||
|
on:
|
||||||
|
push: *
|
||||||
|
pull_request: *
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-and-release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
- name: Install rust toolchain
|
||||||
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
- name: Build binaries
|
||||||
|
run: cargo build
|
||||||
|
- name: Run tests
|
||||||
|
run: cargo test
|
||||||
Reference in New Issue
Block a user