Skip to content

Commit 85707fd

Browse files
committed
Ensure the bindings tests are instantiated in CI
Although the previous commit ensures the fixtures match for all tests requiring ASC_FEATURES, this commit ensures these tests can be instantiated. The list of tests to check will (for now) remain a whitelist, but since the fixtures of *all* tests are checked by CI, the PR breaking any excluded test can be found via `git blame` or `git log`.
1 parent 8f0dbc1 commit 85707fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
env:
8484
ASC_FEATURES: threads,reference-types,gc,exception-handling
8585
run: |
86-
npm run test:compiler features/threads features/reference-types features/gc features/exception-handling
86+
npm run test:compiler features/threads features/reference-types features/gc features/exception-handling bindings/esm bindings/raw
8787
runtimes:
8888
name: "Runtimes"
8989
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)