Skip to content

Commit

Permalink
retry ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Oct 23, 2024
1 parent 5eb7746 commit f044ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
cargo -V
cargo check
CARGO_DRIFT_FFI_PATH='/usr/lib' cargo check
- name: Test
env:
DRIFT_GATEWAY_KEY: ${{ secrets.DRIFT_GATEWAY_KEY }}
Expand All @@ -58,4 +58,4 @@ jobs:
run: |
cargo -V
cp libdrift_ffi_sys.so ./target/debug/deps
cargo test --all -- --test-threads=2
cargo test --all -- --test-threads=3

0 comments on commit f044ffa

Please sign in to comment.