Skip to content

Commit

Permalink
move-panama-backend - more ci and make fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist1 committed Sep 20, 2024
1 parent 0df2bca commit 96442ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: rustup install 1.71 --profile minimal

- name: Check
run: cargo +1.71 check -p cli -p jextrsact
run: cargo +1.71 check -p diplomatjava -p jextrsact -p feature-tests

test:
runs-on: ubuntu-latest
Expand All @@ -57,7 +57,7 @@ jobs:
architecture: x64
cache: maven
- name: Test Java
run: cargo make test-java
run: cargo make test-feature

test-gen:
runs-on: ubuntu-latest
Expand All @@ -81,4 +81,4 @@ jobs:
- name: Add jextract to path
run: echo "/opt/jextract-22/bin" >> $GITHUB_PATH
- name: Run generated java
run: cargo make gen-java
run: cargo make gen-feature
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mvn test
'''


[tasks.gen-java-feature]
[tasks.gen-feature]
category = "Code generation"
script_runner = "@bash"
script = '''
Expand Down

0 comments on commit 96442ea

Please sign in to comment.