feat(ci): remove build so that it can be readded to hopefully fix the action
This commit is contained in:
parent
0c2af57b5b
commit
4f71e34592
1 changed files with 0 additions and 30 deletions
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
|
|
@ -1,30 +0,0 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout Repository And Submodules
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Rust
|
||||
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y
|
||||
|
||||
- name: Build
|
||||
run: . "$HOME/.cargo/env" && cargo build --verbose
|
||||
|
||||
- name: Run tests
|
||||
run: . "$HOME/.cargo/env" && cargo test --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue