Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jun 18, 2024
1 parent 438adc4 commit 096cfeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Build
run: docker compose build

# TODO: Implement test for all languages with BUILDER_ARGS
- name: Test Binary
env:
BUILDER_ARGS: runtime py
run: docker compose up --exit-code-from binary binary

# TODO: Implement test for all languages with BUILDER_ARGS
- name: Test Rootless
env:
Expand Down

0 comments on commit 096cfeb

Please sign in to comment.