Update .github/workflows/test.yml
Some checks failed
Compile Rust Code on Release / build (push) Failing after 7s
Some checks failed
Compile Rust Code on Release / build (push) Failing after 7s
This commit is contained in:
parent
bc7dfa1cef
commit
c052452e19
1 changed files with 2 additions and 12 deletions
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
|
@ -9,20 +9,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- name: Build in Release Mode
|
||||
run: cargo build --release
|
||||
|
||||
- name: Run Tests
|
||||
run: cargo test --release
|
||||
|
||||
- name: Package Artifacts
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue