workflow rust.yml

This commit is contained in:
creating2morrow 2023-05-02 00:19:20 -04:00
parent 3f92bb0b5f
commit a894a94eff

View file

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y libssl-dev build-essential libgpgme
- name: Build
run: cargo build --verbose
- name: Run tests