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