Skip to content

fix toggle in unit tests #48

fix toggle in unit tests

fix toggle in unit tests #48

Workflow file for this run

name: Integration Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install atftp
run: |
sudo apt-get update
sudo apt-get install atftp
- name: Build
run: cargo build --features client --verbose
- name: Run tests
run: cargo test --test integration_test --features integration --verbose -- --test-threads 1