Skip to content

Commit

Permalink
Remove generate FFI step from default test job
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed May 27, 2022
1 parent 309a054 commit 46aaccb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
run: cargo build --workspace --verbose
- name: "[${{ steps.rust-version.outputs.version}}] cargo test --workspace --verbose"
run: cargo test --workspace --verbose
- name: "Generate FFI"
run: bash ffi-build.sh /tmp/libddprof
- name: "Test building C bindings"
run: mkdir examples/ffi/build && cd examples/ffi/build && cmake -S .. -DDDProf_ROOT=/tmp/libddprof && cmake --build .

ffi:
name: "FFI #${{ matrix.platform }} ${{ matrix.rust_version }}"
Expand Down

0 comments on commit 46aaccb

Please sign in to comment.