Skip to content

Commit

Permalink
Run gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 27, 2024
1 parent 21a301c commit 1423606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
id: test
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y cmake git ninja googletest
Expand All @@ -31,3 +30,4 @@ jobs:
cd build
cmake .. -GNinja -DGOOGLE_TEST=ON
ninja -v
./testxgboost

0 comments on commit 1423606

Please sign in to comment.