Skip to content

add custom output path option for encryption and decryption #6

add custom output path option for encryption and decryption

add custom output path option for encryption and decryption #6

Workflow file for this run

name: Windows Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build binary
run: cargo build
- name: Add temporally folder
run: mkdir temp
- name: Run tests
run: cargo test -- --test-threads=1