Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
toolchain: stable
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: fetch
- name: Run tests
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --verbose --all
- name: Build
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --verbose --release
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
toolchain: stable
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
- uses: actions-rs/cargo@v1.0.3
with:
command: fmt
args: --all -- --check
Expand Down