Skip to content

Commit

Permalink
chore: only run fasta smoke tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Oct 17, 2024
1 parent 6d608a0 commit 0b74215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- name: "Run smoke tests (linux)"
run: |
chmod +x ./.out/*
JOBS=2 ./tests/run-smoke-tests ./.out/pangraph-x86_64-unknown-linux-gnu
JOBS=2 ./tests/run-smoke-tests ./.out/pangraph-x86_64-unknown-linux-gnu --fast
run-linux-distros-test:
name: "Run Linux distros compatibility test"
Expand Down

0 comments on commit 0b74215

Please sign in to comment.