Skip to content

Commit

Permalink
Temporarily add flag to integration test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed May 11, 2024
1 parent d6940ff commit b4cb4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo Encrypt and Decrypt with Asherah-Node

cd "${ORIG_DIR}/integration/node" || exit 1
echo Installing npm packages
npm install
CXXFLAGS='-DNODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT' npm install

echo "Running cucumber-js encrypt.feature"
./node_modules/.bin/cucumber-js ./features/encrypt.feature
Expand Down

0 comments on commit b4cb4bc

Please sign in to comment.