Skip to content

Commit

Permalink
reverse jvm and bb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 26, 2024
1 parent a188976 commit 1c05303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
java -version
bb --version
- name: Run bb tests
run: |
bb test:bb
- name: Run JVM tests
run: |
bb test:jvm :clj-all
- name: Run bb tests
run: |
bb test:bb
test-native:
strategy:
fail-fast: false
Expand Down

0 comments on commit 1c05303

Please sign in to comment.