Skip to content

Commit

Permalink
Fix make target rbthemis_uninstall (#1022)
Browse files Browse the repository at this point in the history
* Fix make target rbthemis_uninstall
* Add RbThemis uninstall step to CI
  • Loading branch information
iamnotacake committed Sep 26, 2023
1 parent 8609650 commit 06d52f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
run: |
rvm use system
make test_ruby
- name: Uninstall RubyThemis
run: sudo make rbthemis_uninstall

examples:
name: Code examples
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ else
@exit 1
endif

rbthemis_uninstall: CMD = gem uninstall themis
rbthemis_uninstall: CMD = gem uninstall rbthemis
rbthemis_uninstall:
ifdef RUBY_GEM_VERSION
@echo -n "rbthemis uninstall "
Expand Down

0 comments on commit 06d52f4

Please sign in to comment.