mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(rust): test rust ci
This commit is contained in:
parent
73f6ed7c8e
commit
675a8091e2
2 changed files with 2 additions and 1 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- stable
|
||||
- ci
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
@ -11,7 +11,7 @@ authors = [
|
|||
]
|
||||
license = "GPL-3.0-only"
|
||||
edition = "2021"
|
||||
version = "0.7.0-beta.2"
|
||||
version = "0.7.0-beta.3"
|
||||
exclude = ["dist/*"]
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue