Skip to content

Switch ref file to CRLF since that's what is inside the zips of the s… #6

Switch ref file to CRLF since that's what is inside the zips of the s…

Switch ref file to CRLF since that's what is inside the zips of the s… #6

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
PKG_CONFIG_PATH: .
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install libmilter
run: sudo apt-get install -y libmilter-dev
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose