Skip to content

Improve file reading error reporting #4

Improve file reading error reporting

Improve file reading error reporting #4

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
rust_ci:
runs-on: ubuntu-latest
env:
COVERAGE: 1
defaults:
run:
working-directory: ./rust/agama-migrate-wicked
strategy:
fail-fast: false
container:
image: registry.opensuse.org/home/jcronenberg/github-ci/containers/opensuse/migrate-wicked-testing
options: --security-opt seccomp=unconfined
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose