Skip to content

Commit

Permalink
chore: Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jun 20, 2024
1 parent dc70970 commit 9fcc197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
SHELL = /bin/bash

# Arguments
WORKSPACE="${GITHUB_WORKSPACE:-$(git rev-parse --show-toplevel)}"
SKIP_DEPS ?= false
COVER ?= false
COVERDIR="${COVERDIR:-$WORKSPACE/.coverage}"

# Variables
PKG_NAME := main
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
set -euxo pipefail

COVERPROFILE="${COVERPROFILE:-cover.out}"
WORKSPACE="${GITHUB_WORKSPACE:-$(git rev-parse --show-toplevel)}"
Expand Down

0 comments on commit 9fcc197

Please sign in to comment.