Skip to content

Added panic=abort to binaries in the project #249

Added panic=abort to binaries in the project

Added panic=abort to binaries in the project #249

Workflow file for this run

name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cargo test
- run: cargo test -p dt-cli -p diamond-types-old -p rle -p content-tree -p dt-wasm -p dt-swift