Commit 354ee74
committed
Don't be lazy when testing experimental features in CI
The diff in AssemblyScript#2720 showed that the fixtures for the bindings/raw and
bindings/esm tests are out of date. The reason why this is so and why CI
didn't complain is the same: these tests are almost always skipped. It
also seems like the list of features in ASC_FEATURES is out of date as
well, since it doesn't include simd and relaxed-simd. This patch ensures
the entire compiler test suite is now run with all features enabled, as
I don't think it's reasonable to expect everyone to keep CI in the back
of their minds while writing a new test.1 parent 3412cef commit 354ee74
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments