Skip to content

Commit 8dcf690

Browse files
committed
Add rust to the test workflow.
1 parent 97ef461 commit 8dcf690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
LTTNG_UST_REGISTER_TIMEOUT: 0
4646
NUGET_XMLDOC_MODE: skip
4747
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
48-
METACALL_INSTALL_OPTIONS: root base python ruby netcore5 nodejs typescript file rpc wasm java c cobol rapidjson funchook swig pack # clangformat v8rep51 coverage
48+
METACALL_INSTALL_OPTIONS: root base python ruby netcore5 nodejs typescript file rpc wasm java c cobol rust rapidjson funchook swig pack # clangformat v8rep51 coverage
4949

5050
- name: Run the configuration script
5151
run: |
@@ -61,7 +61,7 @@ jobs:
6161
sudo "$METACALL_PATH/tools/metacall-configure.sh" $METACALL_BUILD_OPTIONS
6262
env:
6363
METACALL_BUILD_TYPE: debug
64-
METACALL_BUILD_OPTIONS: root python ruby netcore5 nodejs typescript file rpc wasm java c cobol examples tests scripts ports dynamic install pack benchmarks # sanitizer v8 coverage
64+
METACALL_BUILD_OPTIONS: root python ruby netcore5 nodejs typescript file rpc wasm java c cobol rust examples tests scripts ports dynamic install pack benchmarks # sanitizer v8 coverage
6565
DEBIAN_FRONTEND: noninteractive
6666
NODE_PATH: /usr/lib/node_modules
6767
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
@@ -79,7 +79,7 @@ jobs:
7979
sudo "$METACALL_PATH/tools/metacall-build.sh" $METACALL_BUILD_OPTIONS
8080
env:
8181
METACALL_BUILD_TYPE: debug
82-
METACALL_BUILD_OPTIONS: root python ruby netcore5 nodejs typescript file rpc wasm java c cobol examples tests scripts ports dynamic install pack benchmarks # sanitizer v8 coverage
82+
METACALL_BUILD_OPTIONS: root python ruby netcore5 nodejs typescript file rpc wasm java c cobol rust examples tests scripts ports dynamic install pack benchmarks # sanitizer v8 coverage
8383
DEBIAN_FRONTEND: noninteractive
8484
NODE_PATH: /usr/lib/node_modules
8585
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'

0 commit comments

Comments
 (0)