Skip to content

Commit

Permalink
minimal test for missing wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Jun 27, 2020
1 parent 692e2ed commit 6c8dcaa
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ jobs:
# with:
# check_together: 'y'

no_std:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
# no_std:
# strategy:
# matrix:
# os: [macos-latest, ubuntu-latest]

runs-on: ${{ matrix.os }}
# runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
# steps:
# - uses: actions/checkout@v2

- name: Install rust with no_std toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: thumbv6m-none-eabi
override: true
# - name: Install rust with no_std toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# target: thumbv6m-none-eabi
# override: true

- name: Build no_std lib
run: cargo build --target thumbv6m-none-eabi --color=always
working-directory: ./ci/core-test
# - name: Build no_std lib
# run: cargo build --target thumbv6m-none-eabi --color=always
# working-directory: ./ci/core-test

wasm:
strategy:
Expand Down

0 comments on commit 6c8dcaa

Please sign in to comment.