Skip to content

Semaphore configurable, building transaction to debug only after getting sempshore #13

Semaphore configurable, building transaction to debug only after getting sempshore

Semaphore configurable, building transaction to debug only after getting sempshore #13

Workflow file for this run

name: Cargo lint and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint_and_test:
name: Solana Transaction Builder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install libudev
run: sudo apt-get install -y libudev-dev pkg-config
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features