Skip to content

imp(cmd): Update testnet Mintscan link and allow non-rc versions (#45) #1

imp(cmd): Update testnet Mintscan link and allow non-rc versions (#45)

imp(cmd): Update testnet Mintscan link and allow non-rc versions (#45) #1

Workflow file for this run

name: Rust
on:
pull_request:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --locked
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose --locked --features remote
# ^^^^^^^^^^^^^^^^ -> NOTE: this escapes some tests when running in CI