Skip to content

Commit

Permalink
CI/GH: skip Binance
Browse files Browse the repository at this point in the history
Cf. README: Development/Testing
  • Loading branch information
runeksvendsen committed Sep 4, 2023
1 parent 5ca947e commit b8d19cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nix-build -A crypto-venues.components.tests

- name: Run tests
run: $(nix-build -A crypto-venues.components.tests)/bin/crypto-venues-test
run: $(nix-build -A crypto-venues.components.tests)/bin/crypto-venues-test --skip=binance

- name: Build executables
run: nix-build -A crypto-venues.components.exes
Expand Down

0 comments on commit b8d19cb

Please sign in to comment.