Skip to content

Commit

Permalink
testing cicd (#141)
Browse files Browse the repository at this point in the history
* Testing cicd

* readme fmt

* workflow fmt

---------

Co-authored-by: drspacemn <[email protected]>
  • Loading branch information
gogo2464 and drspacemn committed May 22, 2024
1 parent 842ee5a commit b74777e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test-bindings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: build

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: asdf-vm/actions/install@v3

- run: scarb fmt --check

- name: build with scarb
run: scarb build

- name: build bindings with cargo
run: cd bindings ; cargo build

- name: test bindings
run: snforge test

0 comments on commit b74777e

Please sign in to comment.