Skip to content

Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#110) #249

Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#110)

Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#110) #249

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run wasm tests
run: |
cd filegram-web && wasm-pack test --node