Update .github/workflows/test.yml
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 2m19s
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 2m19s
This commit is contained in:
parent
b898faa2d5
commit
0f88f5a537
1 changed files with 0 additions and 4 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -7,12 +7,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
steps:
|
steps:
|
||||||
# nodejs is required for the checkout action
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: apk add curl gcc rustup cargo rust
|
- run: apk add curl gcc rustup cargo rust
|
||||||
- run: rustup component add rustfmt clippy
|
|
||||||
- run: cargo fmt -- --check
|
|
||||||
- run: cargo clippy -- -D warnings
|
|
||||||
- run: cargo check
|
- run: cargo check
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
- run: cargo build --release
|
- run: cargo build --release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue