mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
ci: Remove actions-rs usage (#13454)
This commit is contained in:
10
.github/workflows/test-cli-rs.yml
vendored
10
.github/workflows/test-cli-rs.yml
vendored
@@ -35,10 +35,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: install stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.71.0
|
||||
override: true
|
||||
uses: dtolnay/rust-toolchain@1.71
|
||||
|
||||
- name: install Linux dependencies
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
@@ -51,7 +48,4 @@ jobs:
|
||||
workspaces: tooling/cli
|
||||
|
||||
- name: test CLI
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path ./tooling/cli/Cargo.toml
|
||||
run: cargo test --manifest-path ./tooling/cli/Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user