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
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt update
|
||||
- run: apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
test:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: cargo test --all-features
|
||||
- run: cargo build --verbose --all-features
|
||||
- run: cargo test --verbose --all-features
|
Loading…
Reference in a new issue