Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent 8abb081 commit 01e4585
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
ruby-version: '2.7'

- name: "Build RCC"
run: rake -C rcc build
working-directory: rcc
run: rake build

- name: "Test RCC"
run: rake -C rcc test
working-directory: rcc
run: rake test

0 comments on commit 01e4585

Please sign in to comment.