We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e546b commit 99d8d84Copy full SHA for 99d8d84
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install HDF5
33
run: sudo apt-get install libhdf5-dev
34
- name: Run cargo ${{matrix.command}}
35
- run: cargo ${{matrix.command}} "${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}"
+ run: cargo ${{matrix.command}} ${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}
36
37
doc: # This task should mirror the procedure on docs.rs
38
runs-on: ubuntu-latest
0 commit comments