Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 23, 2023
1 parent c7b1430 commit a771438
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,10 @@ jobs:
name: mac
name: "test on ${{ matrix.name }}"
runs-on: ${{ matrix.os }}
env:
LIBRARY_PATH: target/debug
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: List files
run: |
pwd
ls
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
Expand All @@ -74,15 +68,13 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.os }}
- run: cargo build # tests need prebuild so
- run: nm -g target/debug/librcrypto_sys.so
# - run: cargo llvm-cov nextest --lcov --output-path lcov.info
# - run: cargo test --doc
- run: cargo test
# - name: Upload coverage data to codecov
# uses: codecov/codecov-action@v3
# with:
# files: lcov.info
- run: cargo build # tests need prebuild .so for tests
- run: cargo llvm-cov nextest --lcov --output-path lcov.info
- run: cargo test --doc
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info

check_bindings:
name: verify bindings are up to date
Expand Down

0 comments on commit a771438

Please sign in to comment.