1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-21 17:42:26 -04:00

Test Rust crate

This commit is contained in:
Alex Kotov 2022-01-18 22:41:28 +05:00
parent 0908fbfaa5
commit cf24dded37
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -22,6 +22,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: dependencies
run: sudo apt-get -y install clang tcc
@ -46,6 +49,10 @@ jobs:
working-directory: pkgs/ruby
run: rake
- name: test
working-directory: pkgs/rust
run: cargo test
cppcheck:
runs-on: ubuntu-latest
steps: