Skip to content

Commit

Permalink
add steps for v8 tests in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Sep 4, 2020
1 parent 98c5e16 commit 5a95aad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test

- name: Run cargo test v8 engine
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features=rusty_v8

lints:
name: Lints
Expand Down

0 comments on commit 5a95aad

Please sign in to comment.