Skip to content

Commit

Permalink
build: tweak tests CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Apr 25, 2024
1 parent 8eacbd8 commit fb31b19
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ jobs:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: dtolnay/rust-toolchain@stable
- name: install deps
run: sudo apt install nasm cmake protobuf-compiler libxkbcommon-dev

- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2
with:
workspaces: |
mm-server
mm-client
mm-protocol
- name: install deps
run: sudo apt install nasm cmake

- uses: actions/checkout@v2

- name: server cargo clippy
run: (cd mm-server && cargo clippy)

Expand Down

0 comments on commit fb31b19

Please sign in to comment.