mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04:00
Fix CI
This commit is contained in:
parent
63f0dc880f
commit
cae4884a08
1 changed files with 7 additions and 7 deletions
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue