diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80bcbd6d..ef340ad7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,4 @@ jobs: - name: Verify hello world example shell: bash run: | - if [ "${{ matrix.os }}" = "windows-latest" ]; then - target/release/tsc.exe run examples/hello_world/hello.txs - else - target/release/tsc run examples/hello_world/hello.txs - fi + cargo run --bin tsc --release -- run examples/hello_world/hello.txs