Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs authored Jun 29, 2024
1 parent 15806d2 commit 576e7a5
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,23 @@ jobs:
uses: Swatinem/rust-cache@v2
- run: cargo check --target wasm32-unknown-unknown -Z build-std=std,panic_abort

test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: |
sudo apt update
sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-02-01
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- run: cargo test --workspace
# we don't have (and realistically can't have) a test suite yet
# test:
# name: Test Suite
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: true
# - run: |
# sudo apt update
# sudo apt install libgtk-3-dev libatk1.0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev clang mold -y
# - uses: dtolnay/rust-toolchain@nightly
# with:
# toolchain: nightly-2024-02-01
# - name: Rust Cache
# uses: Swatinem/rust-cache@v2
# - run: cargo test --workspace

fmt:
name: Rustfmt
Expand Down

0 comments on commit 576e7a5

Please sign in to comment.