1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00
This commit is contained in:
Alex Kotov 2022-01-23 23:26:45 +05:00
parent 63f0dc880f
commit cae4884a08
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -37,17 +37,17 @@ jobs:
- name: install
run: sudo make install
- name: Ruby: bundle
- name: 'Ruby: bundle'
working-directory: pkgs/ruby
run: Ruby: bundle install
- name: rake compile
run: bundle install
- name: 'Ruby: rake compile'
working-directory: pkgs/ruby
run: Ruby: rake compile
- name: test & lint
run: rake compile
- name: 'Ruby: test & lint'
working-directory: pkgs/ruby
run: Ruby: rake
run: rake
- name: Rust: test
- name: 'Rust: test'
working-directory: pkgs/rust
run: cargo test