Skip to content

Commit

Permalink
removed uncommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Apr 20, 2024
1 parent f22114f commit a407f6b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,7 @@ jobs:
with:
name: generated_binding-${{ matrix.config.os }}-R-${{ matrix.config.r }}-rust-${{ matrix.config.rust-version }}-${{ matrix.config.target || 'default'}}
path: generated_bindings

# # Run tests again using different bindings
# - name: Run tests on precomputed bindings shipped with libR-sys
# if: matrix.config.skip-tests != 'true'
# run: |
# . ./ci-cargo.ps1
# ci-cargo test -vv $(if ($env:RUST_TARGET -ne '') {"--target=$env:RUST_TARGET"} ) '--' --nocapture -ActionName "Running tests for target: $env:RUST_TARGET"
# env:
# RUST_TARGET: ${{ matrix.config.target }}

check_generate_bindings_flag:
name: Check if [generate bindings] is in latest commit message
runs-on: ubuntu-latest
Expand Down

0 comments on commit a407f6b

Please sign in to comment.