Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/run-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
git config --global --add safe.directory /nvme-cli
cd /nvme-cli
git checkout ${{ github.sha }}
scripts/build.sh -b release -c gcc tests
CONTROLLER=$(echo "${BDEV0}" | sed 's/n[0-9]*$//')
cat > tests/config.json << EOJ
{
Expand All @@ -111,7 +110,7 @@ jobs:
EOJ
cat tests/config.json

meson tests -C .build-ci
scripts/build.sh -b release -c gcc tests
EOF

sudo chmod +x test.sh
Expand Down
Loading