Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/sightglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_LOG: info
RUST_LOG: debug

# The Wasmtime commit that we build the bench API from for testing. Bumping
# this will automatically cause us to update our CI cache on the next run.
Expand Down Expand Up @@ -73,8 +73,5 @@ jobs:
if: runner.os == 'Windows'
run: echo "SIGHTGLASS_TEST_ENGINE=$(pwd)\\wasmtime\\target\\release\\wasmtime_bench_api.dll" >> $env:GITHUB_ENV

- name: Build all
run: cargo +nightly build --verbose --all

- name: Test all
run: cargo +nightly test --verbose --all
run: cargo +nightly test --verbose --all -- --nocapture --test-threads 1
Loading