Skip to content

Commit

Permalink
Test the uffd feature on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene committed Feb 18, 2021
1 parent 45e8175 commit db9e04d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,14 @@ jobs:
env:
RUST_BACKTRACE: 1
# Test uffd functionality on Linux
- run: |
cargo test --features uffd -p wasmtime-runtime instance::allocator::pooling
cargo test --features uffd -p wasmtime-cli pooling_allocator
if: matrix.os == 'ubuntu-latest'
env:
RUST_BACKTRACE: 1
# Build and test lightbeam. Note that
# Lightbeam tests fail right now, but we don't want to block on that.
- run: cargo build --package lightbeam
Expand Down

0 comments on commit db9e04d

Please sign in to comment.