Skip to content

Commit

Permalink
Fxiup Features for Justfile
Browse files Browse the repository at this point in the history
Features come first!
  • Loading branch information
iwillspeak committed Oct 3, 2020
1 parent 1f10b33 commit 0681d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
export LLVM_SYS_90_PREFIX=/usr/local/opt/$(llvm_tag)
export LLVM_CONFIG_PATH=${LLVM_SYS_90_PREFIX}/bin/llvm-config
cargo install just
./build.sh test $(features)
./build.sh features=$(features) test
displayName: './build.sh test'
- job: Linux
pool:
Expand Down

0 comments on commit 0681d8a

Please sign in to comment.