forked from Rust-related/luminal
Updated action
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: rustup update; cargo test --workspace --verbose
|
run: rustup update; cargo test --workspace --verbose
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: rustup update; cargo clippy --all-targets -- -D warnings
|
run: rustup update; cargo clippy --all-targets -- -D warnings
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Format
|
- name: Format
|
||||||
run: cargo fmt --all --check
|
run: cargo fmt --all --check
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
# timeout-minutes: 20
|
# timeout-minutes: 20
|
||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v3
|
# - uses: actions/checkout@v4
|
||||||
# - name: Build
|
# - name: Build
|
||||||
# run: cargo build --verbose
|
# run: cargo build --verbose
|
||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user