Change #12
1 changed files with 3 additions and 14 deletions
|
@ -11,18 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install stable toolchain
|
- uses: actions/checkout@v3
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Build
|
||||||
uses: actions-rs/cargo@v1
|
run: cargo build
|
||||||
with:
|
|
||||||
command: test
|
|
Loading…
Reference in a new issue