Skip to content

feat: Add: 1.move and rename domain mod;2.update StandardEnvironment … #18

feat: Add: 1.move and rename domain mod;2.update StandardEnvironment …

feat: Add: 1.move and rename domain mod;2.update StandardEnvironment … #18

Workflow file for this run

name: Rust
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check bans licenses sources
- name: Install 1.79
run: rustup install 1.79
- name: Set default toolchain
run: rustup default 1.79
- name: Build
run: cargo build --verbose
- name: Run tests
#run: cargo test --verbose --test integration_tests -- --show-output
run: cargo test --verbose --features tomls -- --show-output