Skip to content

Updating Scarb references to latest v2.8.1 #336

Updating Scarb references to latest v2.8.1

Updating Scarb references to latest v2.8.1 #336

Workflow file for this run

name: starklings Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust v1.80.0
run: rustup default 1.80.0
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose