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
1 changed files with 7 additions and 7 deletions

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