mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 03:32:53 -05:00
Added workflow to build for Linux and WASM
This commit is contained in:
parent
04ab4e75a6
commit
0b403163be
1 changed files with 4 additions and 2 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -16,8 +16,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Build Linux
|
||||
run: cargo build --verbose --target x86_64-unknown-linux-gnu
|
||||
- name: Build WASM
|
||||
run: cargo build --verbose --target wasm32-unknown-unknown
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Run clippy
|
||||
|
|
Loading…
Reference in a new issue