diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb98077c..33c640aa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,3 @@ jobs: run: git submodule update --init --recursive - name: test run: cargo test --workspace --all-features - # - name: template example - # run: cargo run --example minter simulate examples/minter/config.toml - # - name: minter example - # run: cargo run --example minter simulate examples/minter/config.toml