Skip to content

Commit

Permalink
test: switch to Nimble setup
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 25, 2024
1 parent 167c4b5 commit 9bcb7a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,12 @@ jobs:
run: |
curl -O -L -s -S https://github.com/nim-lang/nimble/releases/download/latest/nimble-linux_x64.tar.gz
tar xvfz nimble-linux_x64.tar.gz
./nimble install nim
echo $(./nimble path nim | tail -n 1)/bin >> $GITHUB_PATH
./nimble setup
- name: Run tests
run: |
echo $PATH
nim --version
nimble --version
nimble install -y --depsOnly
rm -f nimble.lock
env NIMLANG=c nimble test
env NIMLANG=cpp nimble test

0 comments on commit 9bcb7a3

Please sign in to comment.