Fix failing macOS DNS tests, and truncate log files in tests #1613
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Rust - Supply chain | |
on: | |
pull_request: | |
paths: | |
- .github/workflows/rust-supply-chain.yml | |
- deny.toml | |
- '**/Cargo.toml' | |
- Cargo.lock | |
- '**/*.rs' | |
workflow_dispatch: | |
jobs: | |
check-supply-chain: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Run cargo deny | |
uses: EmbarkStudios/cargo-deny-action@v1 | |
with: | |
log-level: warn | |
command: check all |