docs: rust.yml
This commit is contained in:
parent
36f53c9179
commit
82862137a5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -15,14 +15,15 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build Linux x86
|
||||
run: cargo build --release
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
name: Toolchain Windows x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue