Skip to content

Commit

Permalink
Merge pull request #66 from Mic92/joerg-ci
Browse files Browse the repository at this point in the history
drop nix 2.15 test
  • Loading branch information
Mic92 authored Jun 7, 2024
2 parents 4ca07f6 + 5c7a7b6 commit f3a3ec4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --pure --run "TMPDIR=/tmp TEST_ASSETS=$(pwd)/test NIX_SSL_CERT_FILE=$NIX_SSL_CERT_FILE go test"
# tests rely on `--store`, which is not supported on macOS
if: matrix.os == 'ubuntu-latest'
- run:
nix-shell --argstr nixVersion nix_2_15 -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --pure --run "TMPDIR=/tmp TEST_ASSETS=$(pwd)/test NIX_SSL_CERT_FILE=$NIX_SSL_CERT_FILE go test"
# tests rely on `--store`, which is not supported on macOS
if: matrix.os == 'ubuntu-latest'
- run:
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --pure -p gox -p go --run "gox -os '!windows' -osarch '!darwin/386' ."
# no need to run this on multiple platforms
Expand Down

0 comments on commit f3a3ec4

Please sign in to comment.