From 1e98f4543fe6960dd7a9383514ef3253141e74a3 Mon Sep 17 00:00:00 2001 From: clabby Date: Mon, 12 Feb 2024 22:49:36 -0500 Subject: [PATCH] fpvm tests --- .github/workflows/fpvm-tests.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/fpvm-tests.yaml diff --git a/.github/workflows/fpvm-tests.yaml b/.github/workflows/fpvm-tests.yaml new file mode 100644 index 000000000..595e05af2 --- /dev/null +++ b/.github/workflows/fpvm-tests.yaml @@ -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