diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 71fa742..999c157 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -4,11 +4,15 @@ name: Continuous integration jobs: test: - name: Build + name: Setup 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 \ No newline at end of file