Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jul 16, 2024
1 parent 4904900 commit aa70786
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
with:
toolchain: nightly
target: ${{ matrix.platform.target }}
- name: Build
run: cargo build --release --target ${{ matrix.platform.target }}
- name: Test prebuilt
run: cargo test -p matcher_rs --target ${{ matrix.platform.target }} --verbose --no-default-features --features "prebuilt"
- name: Test runtime_build
Expand All @@ -63,8 +65,8 @@ jobs:
run: cargo test -p matcher_rs --target ${{ matrix.platform.target }} --verbose --no-default-features --features "runtime_build,dfa"
- name: Test serde
run: cargo test -p matcher_rs --target ${{ matrix.platform.target }} --verbose --no-default-features --features "runtime_build,dfa,serde"
- name: Build
run: cargo build --release --target ${{ matrix.platform.target }}
- name: Run doc
run: cargo doc
- name: Rename & move
shell: bash
run: |
Expand Down

0 comments on commit aa70786

Please sign in to comment.