Skip to content

Commit

Permalink
Added the native snippet script file to workflow pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 25, 2024
1 parent 3716d6d commit fcfd856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
./dist/n8 ./test/flow.n8
./dist/n8 ./test/func.n8
./dist/n8 ./test/loop.n8
./dist/n8 ./test/native.n8
./dist/n8 ./test/parallel.n8
./dist/n8 ./test/regex.n8
./dist/n8 ./test/test.n8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
./dist/n8 ./test/flow.n8
./dist/n8 ./test/func.n8
./dist/n8 ./test/loop.n8
./dist/n8 ./test/native.n8
./dist/n8 ./test/parallel.n8
./dist/n8 ./test/regex.n8
./dist/n8 ./test/test.n8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
dist\n8 test\flow.n8
dist\n8 test\func.n8
dist\n8 test\loop.n8
dist\n8 test\native.n8
dist\n8 test\parallel.n8
dist\n8 test\regex.n8
dist\n8 test\test.n8
Expand Down

0 comments on commit fcfd856

Please sign in to comment.