diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309c197..635c5f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: CARGO_TERM_VERBOSE: true jobs: - check: + ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -22,3 +22,5 @@ jobs: sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev - uses: Swatinem/rust-cache@v2 - run: cargo check + - run: cargo test + - run: cargo build --release --no-default-features