Skip to content

chore(.github): bump artifact actions to v4 (#190) #321

chore(.github): bump artifact actions to v4 (#190)

chore(.github): bump artifact actions to v4 (#190) #321

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- name: Install Dependencies
run: |
rustup target add wasm32-wasi
- name: Build
run: |
make build
- name: Build Bart CLI
run: |
make bart
- name: Test
run: |
make test