Skip to content

fix wasm and nostd builds #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 14, 2020
Prev Previous commit
Next Next commit
check unstable
  • Loading branch information
dignifiedquire committed Sep 14, 2020
commit 34594a01faae394a73766147ee639d6fd1dffc7d
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --target wasm32-unknown-unknown
args: --target wasm32-unknown-unknown

- name: check unstable
uses: actions-rs/cargo@v1
with:
command: check
args: --target wasm32-unknown-unknown --tests --all --features unstable

check_fmt_and_docs:
name: Checking fmt and docs
runs-on: ubuntu-latest
Expand Down