Skip to content

Commit ece3021

Browse files
committed
Ensure the bindings tests are instantiated
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 their fixtures are checked by CI, the breaking PR could be `git blame`d if necessary.
1 parent 2175544 commit ece3021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)