Skip to content

Commit

Permalink
[TEMP] Build only viper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Apr 25, 2024
1 parent b42879a commit 9452433
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
nix-build --max-jobs 1 -A drun
nix-store --gc --print-roots | grep /motoko/
- name: "nix-build"
run: nix-build-uncached --max-jobs 4 -A all-systems-go -build-flags -L
# - name: "nix-build"
# run: nix-build-uncached --max-jobs 4 -A all-systems-go -build-flags -L
- name: "nix-build -A tests.viper"
run: nix-build-uncached --max-jobs 4 -A tests.viper -build-flags -L

- name: Calculate performance delta
if: github.actor != 'dependabot[bot]' && runner.os == 'Linux' && github.event_name == 'pull_request'
Expand Down

0 comments on commit 9452433

Please sign in to comment.