diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 20cfbbd..df5014b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 # Build webassembly module - - run: cargo add cargo-component + - run: cargo install cargo-component - run: cargo component build --target wasm32-unknown-unknown --release -p move-money-dynamic # Limit to one test at a time as the CI infrastructure struggles if trying to start too many containers at once - run: cargo test --release