Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed Jun 14, 2024
1 parent cf348da commit cdcffa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
# Check
- name: Check that the package compiles
run: cargo check --manifest-path=bindings/python/Cargo.toml
env:
RUSTFLAGS: -A warnings
# actually build
- name: Build the package
run: python3 build.py
Expand Down

0 comments on commit cdcffa3

Please sign in to comment.