Skip to content

Commit

Permalink
Try linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Jul 20, 2023
1 parent e328561 commit 55da350
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:
- main

jobs:
macos-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
export DYLD_LIBRARY_PATH="${{ runner.workspace }}/lib/macos:$DYLD_LIBRARY_PATH"
cargo test version
# macos-test:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - name: Test
# run: |
# cargo test version

linux-test:
runs-on: linux-latest
Expand Down

0 comments on commit 55da350

Please sign in to comment.