diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-04-27 01:53:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 08:53:45 +0800 |
commit | 97bd56b7e89c29fe2ba2800f88972e168366ae99 (patch) | |
tree | b4f3ec970f914a28ccd4160e025c24ea81785b97 /.github/workflows/build.yml | |
parent | acf951a5bc9d79dc2614d880758e3e7f79f975ae (diff) | |
download | tracifyjs-97bd56b7e89c29fe2ba2800f88972e168366ae99.tar.gz tracifyjs-97bd56b7e89c29fe2ba2800f88972e168366ae99.zip |
improve AST tests & tools (#4873)
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed6c2891..381b79ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,11 @@ jobs: strategy: fail-fast: false matrix: - options: [ '-mb braces', '--ie8 -c', '-mc', '--toplevel -mc passes=3,pure_getters,unsafe' ] + options: + - '-mb braces' + - '--ie8 -c' + - '-mc' + - '--toplevel -mc passes=3,pure_getters,unsafe' script: - acorn.sh - bootstrap.sh |