From 5706bacde88fa8aea29a3b20cf4e977342b61056 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Sun, 24 Nov 2024 21:55:32 +0900 Subject: [PATCH] Print transpiled replace.ab --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d48ba720..ea34789f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,6 +24,9 @@ jobs: - name: Build binary # the binary will be used by the next cargo test step run: cargo build + - run: | + bash --version + cargo run -- build src/tests/stdlib/replace.ab - - name: Run cargo tests run: cargo test --all-targets --all-features - name: Run clippy check