revert changes to gitea workflows
All checks were successful
CI / Rust project (push) Successful in -3m21s
All checks were successful
CI / Rust project (push) Successful in -3m21s
This commit is contained in:
parent
08bdf6aed7
commit
8e2e5f3415
@ -1,7 +1,7 @@
|
|||||||
on: [push]
|
on: [push]
|
||||||
name: CI
|
name: CI
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build:
|
||||||
name: Rust project
|
name: Rust project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -13,3 +13,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release
|
args: --release
|
||||||
|
build_custom_pieces:
|
||||||
|
name: Rust project
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: --release --features "custom_pieces"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user