Skip to content

Commit

Permalink
Fix step names
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd authored Aug 30, 2021
1 parent 4c629a6 commit bd6ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cmake --build .
# Build WASM
- name: Build Clang
- name: Build WASM
run: |
mkdir wasm-build; cd wasm-build
cmake --toolchain /opt/wasi-sdk/share/cmake/wasi-sdk.cmake -G Ninja -DWASI_SDK_PREFIX=/opt/wasi-sdk -DCMAKE_CXX_FLAGS="-DCATCH_CONFIG_NO_POSIX_SIGNALS=0 -fno-exceptions" ..
Expand All @@ -42,6 +42,6 @@ jobs:
clang-build/tests/test_runner
# Run WASM tests
- name: Clang Tests
- name: WASM Tests
run: |
~/.wasmer/bin/wasmer wasm-build/tests/test_runner

0 comments on commit bd6ae79

Please sign in to comment.