Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
working-directory: .

- name: Run tests
run: cargo test --verbose
working-directory: .
- name: Build with Cargo
run: cargo build --release --manifest-path rust/gbt/Cargo.toml
working-directory: rust/gbt
Loading