Update .forgejo/workflows/rust.yml
All checks were successful
Continuous integration / Build and test (push) Successful in 47s
All checks were successful
Continuous integration / Build and test (push) Successful in 47s
This commit is contained in:
parent
f80e03321e
commit
4ea038bd02
1 changed files with 4 additions and 7 deletions
|
@ -3,16 +3,13 @@ on: [push, pull_request]
|
||||||
name: Continuous integration
|
name: Continuous integration
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
build_and_test:
|
||||||
name: Setup
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
- run: apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
test:
|
- run: cargo build --verbose --all-features
|
||||||
name: Build
|
- run: cargo test --verbose --all-features
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: cargo test --all-features
|
|
Loading…
Reference in a new issue