diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d33da4878..80dee89a7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: contract: [ 'engine', 'events', 'iterator', 'nft-d', 'nft-nd', 'nft-nd-nns', 'oracle', 'runtime', 'storage', 'timer', 'token', 'zkp/cubic_circuit', 'zkp/xor_compat'] with: - workdir: examples/${{ matrix.contract }} + workdir: examples/${{ matrix.contract }}/... lint_scripts: name: 'Lint: scripts'