Skip to content

Commit

Permalink
fix: more windows fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Aug 14, 2023
1 parent d4cd2b0 commit b7a3bab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/module.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ jobs:
- name: "Build: Project"
continue-on-error: ${{ inputs.labs }}
shell: bash
run: bazel build --config=ci "//..."
- name: "Test: Example"
if: inputs.tests
continue-on-error: ${{ inputs.labs }}
shell: bash
run: bazel build --config=ci "//..."
run: bazel build --config=ci "//example/native"

integration-tests:
name: "Test: ${{ matrix.label }}"
Expand Down

0 comments on commit b7a3bab

Please sign in to comment.