Skip to content

Commit

Permalink
fpvm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Feb 13, 2024
1 parent 6831d10 commit 1e98f45
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/fpvm-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: FPVM Example Tests
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
cargo-tests:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Setup Go toolchain
uses: actions/setup-go@v4
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@just
- name: Run FPVM tests
working-directory: ./fpvm-tests
run: just

0 comments on commit 1e98f45

Please sign in to comment.