File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 if : $${{ always() }} # run even if clippy failed
3737 run : cargo doc --workspace --no-deps --locked
3838 - name : Run tests
39- run : cargo test --workspace --verbose --locked --exclude oxvg_napi
39+ run : cargo test --workspace --verbose --locked --exclude oxvg_napi --exclude oxvg_wasm
4040
4141 toml :
4242 name : Toml formatting
Original file line number Diff line number Diff line change 4848 target/
4949 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
5050 - name : Run tests
51- run : cargo test --verbose --workspace --profile release --target=${{ matrix.settings.target }} --exclude oxvg_napi
51+ run : cargo test --verbose --workspace --profile release --target=${{ matrix.settings.target }} --exclude oxvg_napi --exclude oxvg_wasm
5252 - name : Build
5353 run : cargo build --verbose --bins --profile release --target=${{ matrix.settings.target }}
5454 - name : List
You can’t perform that action at this time.
0 commit comments