Skip to content

Commit

Permalink
Update gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khosravipasha authored Feb 17, 2022
1 parent d0f34a9 commit 0d85a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Runs a single command using the runners shell
- name: Unit Tests
run: |
julia --project -e 'using Pkg; Pkg.develop(PackageSpec(name="LogicCircuits")); Pkg.instantiate(); Pkg.build();'
julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.build();'
julia --project --check-bounds=yes --depwarn=yes -e 'import Pkg; Pkg.test(; coverage=true)'
- name: Codecov Upload
Expand Down

0 comments on commit 0d85a88

Please sign in to comment.