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:
parent
0908fbfaa5
commit
cf24dded37
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue